Ticket #11636: Portfile.patch
File Portfile.patch, 1.6 KB (added by usx303@…, 16 years ago) |
---|
-
(a) Portfile vs. (b) Portfile-new
a b 3 3 PortSystem 1.0 4 4 5 5 name foremost 6 version 0.696 version 1.5.4 7 7 categories sysutils 8 8 maintainers md@hudora.de 9 9 platforms darwin … … 12 12 their headers and footers. Foremost can work on image files, such as those \ 13 13 generated by dd, Safeback, Encase, etc, or directly on a drive. The headers \ 14 14 and footers are specified by a configuration file, so you can pick and \ 15 choose which headers you want to look for. 15 choose which headers you want to look for. 16 16 master_sites sourceforge 17 17 homepage http://foremost.sourceforge.net/ 18 checksums md5 c52a0aa87180a5331f28acbb6563e9b2 19 patchfiles patch-Makefile patch-foremost.h 18 checksums md5 55395b1fef1039a88e02d81682347f6d \ 19 sha1 af075ea068bf1a83d7b37852dd7c60308e46f5de \ 20 rmd160 34a490742f7b112d72e1075351fa93d9511da995 21 20 22 use_configure no 21 23 22 24 platform darwin { 23 25 build.target mac 26 destroot.args BIN=${destroot}${prefix}/bin \ 27 MAN=${destroot}${prefix}/share/man/man1 \ 28 CONF=${destroot}${prefix}/etc 24 29 } 25 30 26 destroot.destdir PREFIX=${destroot}${prefix}27 31 post-destroot { 28 32 xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name} 29 xinstall -m 644 -W ${worksrcpath} README CHANGES TODO\33 xinstall -m 644 -W ${worksrcpath} README CHANGES \ 30 34 ${destroot}${prefix}/share/doc/${name} 31 35 xinstall -m 644 -W ${worksrcpath} foremost.conf \ 32 36 ${destroot}${prefix}/etc/foremost.conf.sample