summaryrefslogtreecommitdiff
path: root/devel/bison/Makefile
diff options
context:
space:
mode:
authorjlam <jlam>2001-02-28 23:31:06 +0000
committerjlam <jlam>2001-02-28 23:31:06 +0000
commit647d20943bf71f609022f681771df4831488973b (patch)
treedaf9a28a407bbf2a6b9e19ef524e9861d6badd48 /devel/bison/Makefile
parentbdd42e2ea9de3cbf0bd04aad7a8e6339bd475dc0 (diff)
downloadpkgsrc-647d20943bf71f609022f681771df4831488973b.tar.gz
Use ${PKGLOCALEDIR} to determine the location of the installed locale files.
Diffstat (limited to 'devel/bison/Makefile')
-rw-r--r--devel/bison/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/bison/Makefile b/devel/bison/Makefile
index ebd607f88bc..7aa34c038c6 100644
--- a/devel/bison/Makefile
+++ b/devel/bison/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2001/02/16 14:38:18 wiz Exp $
+# $NetBSD: Makefile,v 1.19 2001/02/28 23:31:06 jlam Exp $
DISTNAME= bison-1.28
CATEGORIES= devel
@@ -14,6 +14,7 @@ USE_LIBINTL= # defined
GNU_CONFIGURE= # defined
CONFIGURE_ARGS+= --without-included-gettext
CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}"
+CONFIGURE_ENV+= PKGLOCALEDIR="${PKGLOCALEDIR}"
CPPFLAGS+= -Dunix # for $TMPDIR parsing