summaryrefslogtreecommitdiff
path: root/chat/gossip
diff options
context:
space:
mode:
authorjlam <jlam>2006-04-04 18:07:16 +0000
committerjlam <jlam>2006-04-04 18:07:16 +0000
commitcb147d9752a8b7c6487f7fe2ff6016277fc21727 (patch)
treee435816da1a247183864f0fb55a6e930bd8907d3 /chat/gossip
parentba3f50e3bee6a4a1dba2ad7f4f0482279466adf6 (diff)
downloadpkgsrc-cb147d9752a8b7c6487f7fe2ff6016277fc21727.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 'chat/gossip')
-rw-r--r--chat/gossip/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/chat/gossip/Makefile b/chat/gossip/Makefile
index e1a3866cc1a..c73637a8a73 100644
--- a/chat/gossip/Makefile
+++ b/chat/gossip/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.45 2006/04/03 15:45:49 jmmv Exp $
+# $NetBSD: Makefile,v 1.46 2006/04/04 18:07:16 jlam Exp $
#
DISTNAME= gossip-0.10.2
@@ -26,7 +26,7 @@ GCONF2_SCHEMAS= gossip.schemas
EGDIR= ${PREFIX}/share/examples/gossip
CONF_FILES= ${EGDIR}/sound/events/gossip.soundlist \
${PKG_SYSCONFDIR}/sound/events/gossip.soundlist
-INSTALL_MAKE_FLAGS+= sysconfdir=${EGDIR}
+INSTALL_MAKE_FLAGS+= ${MAKE_FLAGS} sysconfdir=${EGDIR}
.include "../../chat/loudmouth/buildlink3.mk"
.include "../../converters/libiconv/buildlink3.mk"