diff options
author | Sheldon Hearn <sheldonh@FreeBSD.org> | 1999-12-23 18:22:00 +0000 |
---|---|---|
committer | Sheldon Hearn <sheldonh@FreeBSD.org> | 1999-12-23 18:22:00 +0000 |
commit | ad51cb982e0af94074b05e4df29610c323cb0b4f (patch) | |
tree | c71cedca345a9cdcf32eaf36ba1fbc08b857518d | |
parent | 97a6ec671720fd3454c619ca85af344542ad7ec0 (diff) |
Notes
-rw-r--r-- | mail/nmh/Makefile | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/mail/nmh/Makefile b/mail/nmh/Makefile index b7de886ea351..8c1ade7fe124 100644 --- a/mail/nmh/Makefile +++ b/mail/nmh/Makefile @@ -66,11 +66,6 @@ MAN8= ap.8 conflict.8 dp.8 fmtdump.8 install-mh.8 mh-mts.8 post.8 pre-configure: cd ${WRKSRC}; chmod +w configure -# Since we patch the autoconf files as well as their outputs, avoid attempt -# to regenerate header input files with 'autoheader' by Makefile. -post-patch: - @${TOUCH} ${WRKSRC}/stamp-h.in - post-install: @PKG_PREFIX='${PREFIX}' sh ${PKGDIR}/INSTALL chgrp mail ${PREFIX}/bin/inc |