summaryrefslogtreecommitdiff
path: root/x11/gnopernicus
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2006-04-04 18:07:16 +0000
committerjlam <jlam@pkgsrc.org>2006-04-04 18:07:16 +0000
commit0e75430a3dc4283ccdb6d1bedbfa24108807b549 (patch)
treee435816da1a247183864f0fb55a6e930bd8907d3 /x11/gnopernicus
parent095afb2bfac350826ba3b5c2cd3ebb0843636582 (diff)
downloadpkgsrc-0e75430a3dc4283ccdb6d1bedbfa24108807b549.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 'x11/gnopernicus')
-rw-r--r--x11/gnopernicus/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/gnopernicus/Makefile b/x11/gnopernicus/Makefile
index 6a89176eb91..7b395f7a2f2 100644
--- a/x11/gnopernicus/Makefile
+++ b/x11/gnopernicus/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.41 2006/03/30 21:31:53 jmmv Exp $
+# $NetBSD: Makefile,v 1.42 2006/04/04 18:07:16 jlam Exp $
#
DISTNAME= gnopernicus-1.0.3
@@ -30,6 +30,7 @@ CONF_FILES+= ${EGDIR}/translation_tables/es.a2b \
${PKG_SYSCONFDIR}/translation_tables/es.a2b
CONF_FILES+= ${EGDIR}/translation_tables/sv.a2b \
${PKG_SYSCONFDIR}/translation_tables/sv.a2b
+INSTALL_MAKE_FLAGS+= ${MAKE_FLAGS}
INSTALL_MAKE_FLAGS+= translationdir=${EGDIR}/translation_tables
PKG_OPTIONS_VAR= PKG_OPTIONS.gnopernicus