summaryrefslogtreecommitdiff
path: root/lang/gforth
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 /lang/gforth
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 'lang/gforth')
-rw-r--r--lang/gforth/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/lang/gforth/Makefile b/lang/gforth/Makefile
index 3ef19e1eb9e..13e20233fde 100644
--- a/lang/gforth/Makefile
+++ b/lang/gforth/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.22 2006/04/04 17:16:28 jlam Exp $
+# $NetBSD: Makefile,v 1.23 2006/04/04 18:07:16 jlam Exp $
DISTNAME= gforth-0.6.2
PKGREVISION= 1
@@ -18,7 +18,8 @@ GNU_CONFIGURE= YES
CONFIGURE_ENV+= EMACS=${PREFIX}/bin/emacs
CFLAGS+= -Dunix
INFO_FILES= # PLIST
-INSTALL_MAKE_FLAGS= infodir=${PREFIX:Q}/${PKGINFODIR:Q} \
+INSTALL_MAKE_FLAGS= ${MAKE_FLAGS} \
+ infodir=${PREFIX:Q}/${PKGINFODIR:Q} \
mandir=${PREFIX:Q}/${PKGMANDIR:Q}
TEST_TARGET= test