summaryrefslogtreecommitdiff
path: root/net/wget
diff options
context:
space:
mode:
authorhubertf <hubertf@pkgsrc.org>2001-01-01 21:32:54 +0000
committerhubertf <hubertf@pkgsrc.org>2001-01-01 21:32:54 +0000
commit91f5b39b42661784b004a1bf1f232975c87f461a (patch)
tree3cc2c1c6b61e1a64ff505355004034fdd6a9dc95 /net/wget
parent2d7cbad3a1e8877977179bb87b262d78cde6e3a3 (diff)
downloadpkgsrc-91f5b39b42661784b004a1bf1f232975c87f461a.tar.gz
Make sure configure is newer than configure.in, so we don't have to have
autoconf around. Fixes PR 11864 by Tomasz Luchowski <zuntum@eik.pl>.
Diffstat (limited to 'net/wget')
-rw-r--r--net/wget/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/net/wget/Makefile b/net/wget/Makefile
index 702cac7dd83..14caf146874 100644
--- a/net/wget/Makefile
+++ b/net/wget/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.24 2000/12/25 04:42:04 itojun Exp $
+# $NetBSD: Makefile,v 1.25 2001/01/01 21:32:54 hubertf Exp $
# FreeBSD Id: Makefile,v 1.4 1997/05/22 07:53:29 tg Exp
#
@@ -32,4 +32,9 @@ CONFIGURE_ARGS+= --enable-ipv6
CONFIGURE_ARGS+= --disable-ipv6
.endif
+# Prevent us from running autoconf (needed due to order of
+# files patched in the IPv6 patch):
+post-patch:
+ ${TOUCH} ${WRKSRC}/configure
+
.include "../../mk/bsd.pkg.mk"