diff --git a/Portfile b/Portfile
index 6aa6e21..33cf571 100644
a
|
b
|
PortSystem 1.0 |
5 | 5 | |
6 | 6 | name git-core |
7 | 7 | version 1.7.2 |
| 8 | revision 1 |
8 | 9 | description A fast version control system |
9 | 10 | long_description Git is a fast, scalable, distributed open source version \ |
10 | 11 | control system focusing on speed and efficiency. |
… |
… |
variant gitweb description {Install gitweb.cgi} { |
102 | 103 | xinstall -W ${worksrcpath}/gitweb \ |
103 | 104 | gitweb.cgi \ |
104 | 105 | ${destroot}${prefix}/share/${name}/gitweb |
105 | | xinstall -m 444 -W ${worksrcpath}/gitweb \ |
| 106 | xinstall -m 444 -W ${worksrcpath}/gitweb/static \ |
106 | 107 | gitweb.css \ |
107 | 108 | gitweb.js \ |
108 | 109 | git-favicon.png \ |