Ticket #18294: Portfile-pure.diff
File Portfile-pure.diff, 356 bytes (added by godboutn@…, 16 years ago) |
---|
-
Portfile
old new 47 47 } 48 48 } 49 49 50 post-destroot { 51 file delete ${destroot}${prefix}/share/man/man1/pure.1 52 ln -s pure-${version}.1.gz ${destroot}${prefix}/share/man/man1/pure.1.gz 53 } 54 50 55 test.run yes 51 56 test.target check 52 57