Portfile.diffл»_»»amBINãðIndex: Portfile
RCS file: /Volumes/src/cvs/od/proj/darwinports/dports/textproc/antiword/Portfile,v
retrieving revision 1.8
diff -u -r1.8 Portfile
|
|
|
26 | 26 | destroot.target global_install |
27 | 27 | destroot.args prefix=${destroot}${prefix} |
28 | 28 | |
29 | | post-destroot { system "install -o root -m 755 -d \ |
30 | | ${destroot}${prefix}/man/man1" |
31 | | system "install -o root -m 644 \ |
32 | | ${worksrcpath}/Docs/antiword.1 \ |
33 | | ${destroot}${prefix}/man/man1" } |
| 29 | post-destroot { system "install -m 644 ${worksrcpath}/Docs/antiword.1 \ |
| 30 | ${destroot}${prefix}/share/man/man1" } |