diff options
Diffstat (limited to 'net/wget/Makefile')
-rw-r--r-- | net/wget/Makefile | 7 |
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" |