Ticket #50951: Portfile.diff
File Portfile.diff, 761 bytes (added by nottwo (Trannie Carter), 9 years ago) |
---|
-
Portfile
7 7 8 8 name git 9 9 version 2.7.4 10 revision 1 10 11 11 12 description A fast version control system 12 13 long_description Git is a fast, scalable, distributed open source version \ … … 184 185 } 185 186 } 186 187 188 variant info description { Install info formatted documentation } { 189 190 patchfiles-append patch-Documentation-Makefile.diff 191 192 depends_build-append port:docbook2x 193 194 build.target-append info 195 196 destroot.target-append install-info 197 198 } 199 187 200 variant gitweb description {Install gitweb.cgi} { 188 201 depends_run-append port:lighttpd 189 202