Ticket #50951: Portfile.diff

File Portfile.diff, 761 bytes (added by nottwo (Trannie Carter), 8 years ago)
  • Portfile

     
    77
    88name                git
    99version             2.7.4
     10revision            1
    1011
    1112description         A fast version control system
    1213long_description    Git is a fast, scalable, distributed open source version \
     
    184185    }
    185186}
    186187
     188variant 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
    187200variant gitweb description {Install gitweb.cgi} {
    188201    depends_run-append  port:lighttpd
    189202