diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2001-12-21 05:59:05 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2001-12-21 05:59:05 +0000 |
commit | 63f173a25c7308b8e7cca0259d88581fcb1c8f12 (patch) | |
tree | f9112add75c8a5e45bb8eb86a628d2791f540ff8 /mail/nmh/Makefile | |
parent | b4305b6d1844f0da53a88ee47c8e6c6bc4ee716b (diff) | |
download | ports-63f173a25c7308b8e7cca0259d88581fcb1c8f12.tar.gz ports-63f173a25c7308b8e7cca0259d88581fcb1c8f12.zip |
Notes
Diffstat (limited to 'mail/nmh/Makefile')
-rw-r--r-- | mail/nmh/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/mail/nmh/Makefile b/mail/nmh/Makefile index af1131c2d62d..52e8c590fb0b 100644 --- a/mail/nmh/Makefile +++ b/mail/nmh/Makefile @@ -94,6 +94,10 @@ MLINKS= mh-profile.5 mh_profile.5 MAN8= ap.8 conflict.8 dp.8 fmtdump.8 install-mh.8 mh-mts.8 post.8 +post-patch: + @${PERL} -pi -e "s|autoconf|${AUTOCONF}|;\ + s|autoheader|${AUTOHEADER}|" ${WRKSRC}/Makefile.in + post-install: @PKG_PREFIX='${PREFIX}' ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL chgrp mail ${PREFIX}/bin/inc |