summaryrefslogtreecommitdiff
path: root/graphics/gri/Makefile
diff options
context:
space:
mode:
authorjlam <jlam>2006-04-04 18:07:16 +0000
committerjlam <jlam>2006-04-04 18:07:16 +0000
commit6db9efe53bcd75f358ee5001f3f09e8b88c318fe (patch)
treee435816da1a247183864f0fb55a6e930bd8907d3 /graphics/gri/Makefile
parent9ac3b4a4bcc2616c3c376b876f0a521165e40bce (diff)
downloadpkgsrc-6db9efe53bcd75f358ee5001f3f09e8b88c318fe.tar.gz
INSTALL_MAKE_FLAGS doesn't append to MAKE_FLAGS, it replaces it. Make
sure that we preserve any other MAKE_FLAGS when setting INSTALL_MAKE_FLAGS.
Diffstat (limited to 'graphics/gri/Makefile')
-rw-r--r--graphics/gri/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/gri/Makefile b/graphics/gri/Makefile
index 8543173f9ff..34dd394c6a9 100644
--- a/graphics/gri/Makefile
+++ b/graphics/gri/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.28 2006/04/04 14:45:45 jlam Exp $
+# $NetBSD: Makefile,v 1.29 2006/04/04 18:07:16 jlam Exp $
DISTNAME= gri-2.12.5
PKGREVISION= 3
@@ -16,7 +16,7 @@ GNU_CONFIGURE= yes
USE_TOOLS+= gmake gs:run makeinfo perl
REPLACE_PERL+= gri_merge gri_unpage
INFO_FILES= # PLIST
-INSTALL_MAKE_FLAGS= INFO_DIR=${PREFIX:Q}/${PKGINFODIR:Q}
+INSTALL_MAKE_FLAGS= ${MAKE_FLAGS} INFO_DIR=${PREFIX:Q}/${PKGINFODIR:Q}
.include "../../devel/netcdf/buildlink3.mk"
.include "../../mk/x11.buildlink3.mk"