diff options
author | skrll <skrll@pkgsrc.org> | 2002-03-11 08:57:50 +0000 |
---|---|---|
committer | skrll <skrll@pkgsrc.org> | 2002-03-11 08:57:50 +0000 |
commit | 94fb07e45bb3aa24ddf2b5f75a088076ea398373 (patch) | |
tree | b08418f01558b8d57f65c21d954ce1354784ccba /mail/nmh | |
parent | 163ea4258674a39f54bc550f1689842e99d63a2d (diff) | |
download | pkgsrc-94fb07e45bb3aa24ddf2b5f75a088076ea398373.tar.gz |
Remove target that provides the same functionality as AUTOMAKE_OVERRIDE.
Diffstat (limited to 'mail/nmh')
-rw-r--r-- | mail/nmh/Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/mail/nmh/Makefile b/mail/nmh/Makefile index 9f4b0110e36..2b4bbced29e 100644 --- a/mail/nmh/Makefile +++ b/mail/nmh/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.45 2002/01/26 17:19:44 kim Exp $ +# $NetBSD: Makefile,v 1.46 2002/03/11 08:57:50 skrll Exp $ # FreeBSD Id: Makefile,v 1.2 1997/08/04 06:51:28 markm Exp # @@ -51,11 +51,6 @@ DOCDIR= share/doc/nmh BUILD_DEFS+= NMH_MTA NMH_EDITOR NMH_PAGER NMH_HASH_BACKUP -# 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 - .if defined(NMH_HASH_BACKUP) && (${NMH_HASH_BACKUP} == yes) post-configure: ${MV} ${WRKSRC}/config.h ${WRKSRC}/config.h.bak |