summaryrefslogtreecommitdiff
path: root/devel/gettext-m4
diff options
context:
space:
mode:
authorgrant <grant@pkgsrc.org>2004-02-14 00:54:44 +0000
committergrant <grant@pkgsrc.org>2004-02-14 00:54:44 +0000
commit52f1b46a372dccfaa10865c2a107535a68721e41 (patch)
tree7b78cab28e7ca349de50d60d5ace808c46435287 /devel/gettext-m4
parent1b8c76c8737ac5c18f4fd5bc3b7295abd8da954c (diff)
downloadpkgsrc-52f1b46a372dccfaa10865c2a107535a68721e41.tar.gz
remove unneeded CONFIG_{GUESS,SUB}_OVERRIDE, as bsd.pkg.mk does this
automatically now.
Diffstat (limited to 'devel/gettext-m4')
-rw-r--r--devel/gettext-m4/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/devel/gettext-m4/Makefile b/devel/gettext-m4/Makefile
index c424a1c2945..2217ce3ac83 100644
--- a/devel/gettext-m4/Makefile
+++ b/devel/gettext-m4/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2003/07/21 16:43:22 martti Exp $
+# $NetBSD: Makefile,v 1.9 2004/02/14 00:54:45 grant Exp $
DISTNAME= gettext-0.11.5
PKGNAME= gettext-m4-0.11.5
@@ -13,8 +13,6 @@ COMMENT= Autoconf/automake m4 files for GNU NLS library
CONFLICTS= gettext<=0.10.35nb1
GNU_CONFIGURE= # defined
CONFIGURE_ARGS+= --with-included-gettext
-CONFIG_GUESS_OVERRIDE= ${WRKSRC}/config.guess
-CONFIG_SUB_OVERRIDE= ${WRKSRC}/config.sub
CONFIGURE_ENV+= PKGLOCALEDIR="${PKGLOCALEDIR}"
MAKE_ENV+= PKGLOCALEDIR="${PKGLOCALEDIR}"