diff options
author | jlam <jlam> | 2001-06-27 04:58:51 +0000 |
---|---|---|
committer | jlam <jlam> | 2001-06-27 04:58:51 +0000 |
commit | cb03371bbeca3fffb1f9929fd8d9f452ead8034b (patch) | |
tree | cbf67df16fb44d1b45a7d9e4f8a5f42d97239f7a /net/wget/Makefile | |
parent | 763e16fc376dd212ef36b9cf94dd2d2aeb783f0e (diff) | |
download | pkgsrc-cb03371bbeca3fffb1f9929fd8d9f452ead8034b.tar.gz |
- Convert to use buildlink.mk files and mark as USE_BUILDLINK_ONLY.
- Handle PKGLOCALEDIR in PLIST.
Diffstat (limited to 'net/wget/Makefile')
-rw-r--r-- | net/wget/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/net/wget/Makefile b/net/wget/Makefile index b59fd461f8c..de52704b11a 100644 --- a/net/wget/Makefile +++ b/net/wget/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.30 2001/05/14 15:07:54 wiz Exp $ +# $NetBSD: Makefile,v 1.31 2001/06/27 04:58:51 jlam Exp $ # DISTNAME= wget-1.6 @@ -15,9 +15,11 @@ HOMEPAGE= http://www.gnu.org/software/wget/wget.html COMMENT= Retrieve files from the 'net via HTTP and FTP BUILD_USES_MSGFMT= yes +USE_BUILDLINK_ONLY= yes GNU_CONFIGURE= yes -USE_LIBINTL= yes +#USE_LIBINTL= yes +MAKE_ENV+= PKGLOCALEDIR="${PKGLOCALEDIR}" INFO_FILES= wget.info @@ -38,4 +40,5 @@ CONFIGURE_ARGS+= --disable-ipv6 post-patch: ${TOUCH} ${WRKSRC}/configure +.include "../../devel/gettext-lib/buildlink.mk" .include "../../mk/bsd.pkg.mk" |