Portfile.diffW»·/T»·/XmBIN`¶Index: Portfile
RCS file: /Volumes/src/cvs/od/proj/darwinports/dports/graphics/jhead/Portfile,v
retrieving revision 1.6
diff -u -r1.6 Portfile
|
|
|
33 | 33 | system "install -m 755 -d ${destroot}${prefix}/share/doc/${portname}" |
34 | 34 | system "install -m 644 ${worksrcpath}/*.html ${destroot}${prefix}/share/doc/${portname}" |
35 | 35 | system "install -m 644 ${worksrcpath}/*.txt ${destroot}${prefix}/share/doc/${portname}" |
| 36 | system "install -m 755 -d ${destroot}${prefix}/share/man" |
| 37 | system "install -m 755 -d ${destroot}${prefix}/share/man/man1" |
36 | 38 | system "gunzip ${worksrcpath}/${portname}.1.gz" |
37 | 39 | system "install -m 644 ${worksrcpath}/${portname}.1 ${destroot}${prefix}/share/man/man1" } |