Ticket #14052: Portfile-nslint-2.1a8.diff
File Portfile-nslint-2.1a8.diff, 992 bytes (added by ryandesign (Ryan Carsten Schmidt), 17 years ago) |
---|
-
Portfile
2 2 3 3 PortSystem 1.0 4 4 name nslint 5 version 2.1a 35 version 2.1a8 6 6 categories net 7 7 maintainers blb@macports.org 8 8 description Lint program for dns files … … 13 13 14 14 master_sites ftp://ftp.ee.lbl.gov/ \ 15 15 ftp://ftp.ee.lbl.gov/old/ 16 checksums md5 87f78dd8680a4abbc480d814172a468e 16 checksums md5 46180a9db577e421ad591ffb9c422f52 \ 17 sha1 6b7ac4fc31c154787ff978c41e103d17fc98600b \ 18 rmd160 95a99426aec632f7ec5227c0397e65aabd0fab3b 17 19 18 20 # Many files are read-only... 19 21 post-extract { … … 22 24 23 25 patchfiles patch-Makefile.in 24 26 25 platform darwin {26 pre-configure {27 file copy -force /usr/share/libtool/config.guess ${worksrcpath}28 file copy -force /usr/share/libtool/config.sub ${worksrcpath}29 }30 }31 32 configure.args --mandir=${prefix}/share/man33 34 27 build.target 35 28 36 29 destroot.target install install-man