diff options
author | jlam <jlam> | 2001-10-26 21:53:01 +0000 |
---|---|---|
committer | jlam <jlam> | 2001-10-26 21:53:01 +0000 |
commit | 871c484e4da9aaef3458c7e25286e73d300b821d (patch) | |
tree | 3e2caf9b58126451eae8371b37ac60ab709a3c95 /net | |
parent | e0125c32c937306aa91dce096981588d257dd684 (diff) | |
download | pkgsrc-871c484e4da9aaef3458c7e25286e73d300b821d.tar.gz |
Use AUTOMAKE_OVERRIDE instead of the custom pre-configure target.
Diffstat (limited to 'net')
-rw-r--r-- | net/wget/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/net/wget/Makefile b/net/wget/Makefile index 5549ad58c7d..468ac380b28 100644 --- a/net/wget/Makefile +++ b/net/wget/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.40 2001/07/26 14:29:12 jlam Exp $ +# $NetBSD: Makefile,v 1.41 2001/10/26 21:53:01 jlam Exp $ DISTNAME= wget-1.7 CATEGORIES= net @@ -16,6 +16,7 @@ BUILD_DEPENDS+= perl>=${PERL5_REQD}:../../lang/perl5 BUILD_USES_MSGFMT= YES USE_BUILDLINK_ONLY= YES +AUTOMAKE_OVERRIDE= YES USE_GMAKE= YES GNU_CONFIGURE= YES @@ -35,10 +36,5 @@ 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 "../../devel/gettext-lib/buildlink.mk" .include "../../mk/bsd.pkg.mk" |