summaryrefslogtreecommitdiff
path: root/devel/bison/Makefile
diff options
context:
space:
mode:
authortron <tron>2002-02-10 19:05:56 +0000
committertron <tron>2002-02-10 19:05:56 +0000
commit4ea12d72b56251cf99f1d9369284f912c32704a7 (patch)
tree225bd6c3ab04c5e913a50dfd5ed1f396c2b60baa /devel/bison/Makefile
parente6718cccee8f4c16c4a9dea0e2eb54048328c4e6 (diff)
downloadpkgsrc-4ea12d72b56251cf99f1d9369284f912c32704a7.tar.gz
Make sure that locale files go into the correct directory under Solaris.
Diffstat (limited to 'devel/bison/Makefile')
-rw-r--r--devel/bison/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/bison/Makefile b/devel/bison/Makefile
index a4503321342..c87b0374366 100644
--- a/devel/bison/Makefile
+++ b/devel/bison/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.25 2002/01/31 13:43:57 mjl Exp $
+# $NetBSD: Makefile,v 1.26 2002/02/10 19:05:56 tron Exp $
DISTNAME= bison-1.32
CATEGORIES= devel
@@ -13,7 +13,7 @@ BUILD_USES_MSGFMT= yes
USE_BUILDLINK_ONLY= # defined
GNU_CONFIGURE= # defined
CONFIGURE_ARGS+= --without-included-gettext
-CONFIGURE_ENV+= PKGLOCALEDIR="${PKGLOCALEDIR}"
+MAKE_ENV+= PKGLOCALEDIR="${PKGLOCALEDIR}"
CPPFLAGS+= -Dunix # for $TMPDIR parsing