Ticket #25805: Portfile.patch

File Portfile.patch, 791 bytes (added by maccheck@…, 14 years ago)
  • Portfile

    diff --git a/Portfile b/Portfile
    index 6aa6e21..33cf571 100644
    a b PortSystem 1.0 
    55
    66name              git-core
    77version           1.7.2
     8revision          1
    89description       A fast version control system
    910long_description  Git is a fast, scalable, distributed open source version \
    1011                  control system focusing on speed and efficiency.
    variant gitweb description {Install gitweb.cgi} { 
    102103        xinstall -W ${worksrcpath}/gitweb \
    103104            gitweb.cgi \
    104105            ${destroot}${prefix}/share/${name}/gitweb
    105         xinstall -m 444 -W ${worksrcpath}/gitweb \
     106        xinstall -m 444 -W ${worksrcpath}/gitweb/static \
    106107            gitweb.css \
    107108            gitweb.js \
    108109            git-favicon.png \