summaryrefslogtreecommitdiff
path: root/devel/gmake
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2004-03-31 05:19:46 +0000
committerjlam <jlam@pkgsrc.org>2004-03-31 05:19:46 +0000
commit15cc06624bf1c7c9e9b6063d196690d47b85f815 (patch)
tree1a698530846a91e2f7af6e55f55302cfab499d5f /devel/gmake
parenta9ebcdea11360113d2078943ba4dcd67d0011d3a (diff)
downloadpkgsrc-15cc06624bf1c7c9e9b6063d196690d47b85f815.tar.gz
Pass along any GMAKE_LOCALE to sub-makes so that the value is preserved
from the environment.
Diffstat (limited to 'devel/gmake')
-rw-r--r--devel/gmake/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/gmake/Makefile b/devel/gmake/Makefile
index 30eb0292c5b..b07292031ef 100644
--- a/devel/gmake/Makefile
+++ b/devel/gmake/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.56 2004/03/25 23:31:22 jlam Exp $
+# $NetBSD: Makefile,v 1.57 2004/03/31 05:19:46 jlam Exp $
DISTNAME= make-3.80
PKGNAME= gmake-3.80
@@ -40,6 +40,7 @@ PLIST_SRC= ${PKGDIR}/PLIST
GMAKE_LOCALE?= yes
BUILD_DEFS+= GMAKE_LOCALE
+MAKEFLAGS+= GMAKE_LOCALE=${GMAKE_LOCALE}
.if !empty(GMAKE_LOCALE:M[yY][eE][sS])
USE_PKGLOCALEDIR= yes
PLIST_SRC+= ${PKGDIR}/PLIST.locale