diff options
author | sheldonh <sheldonh@FreeBSD.org> | 1999-12-24 02:22:00 +0800 |
---|---|---|
committer | sheldonh <sheldonh@FreeBSD.org> | 1999-12-24 02:22:00 +0800 |
commit | bdd948362a59446910c2bbde962fa4adfa6cfb95 (patch) | |
tree | 7b6ab5c230da802b8e95f586b5cb77902c70d5b8 /mail/nmh | |
parent | a81962d86038fce733450ea5287358373ec5b66e (diff) | |
download | freebsd-ports-gnome-bdd948362a59446910c2bbde962fa4adfa6cfb95.tar.gz freebsd-ports-gnome-bdd948362a59446910c2bbde962fa4adfa6cfb95.tar.zst freebsd-ports-gnome-bdd948362a59446910c2bbde962fa4adfa6cfb95.zip |
Get rid of post-patch, which was made redundant when we started using
autoconf for this port.
PR: 15648
Submitted by: Scott Blachowicz <scott@sabunix.rresearch.com>
Diffstat (limited to 'mail/nmh')
-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 |