summaryrefslogtreecommitdiff
path: root/sysutils/mtools
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2005-10-23 21:17:07 +0000
committerrillig <rillig@pkgsrc.org>2005-10-23 21:17:07 +0000
commit200218f96db76a7cd22bf9acb77ecb15bd509ba6 (patch)
treec10e5b399490cd37f5b65ec897daf51590447474 /sysutils/mtools
parent49dc1882f7b0f91d031c738a774ab4d70ed5b72f (diff)
downloadpkgsrc-200218f96db76a7cd22bf9acb77ecb15bd509ba6.tar.gz
Use "+=" instead of "=" for CPPFLAGS, CONFIGURE_ARGS and PLIST_SUBST.
Diffstat (limited to 'sysutils/mtools')
-rw-r--r--sysutils/mtools/Makefile12
1 files changed, 6 insertions, 6 deletions
diff --git a/sysutils/mtools/Makefile b/sysutils/mtools/Makefile
index b24c22cc9be..eb68b58f2f4 100644
--- a/sysutils/mtools/Makefile
+++ b/sysutils/mtools/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.35 2005/06/01 18:03:22 jlam Exp $
+# $NetBSD: Makefile,v 1.36 2005/10/23 21:17:07 rillig Exp $
DISTNAME= mtools-3.9.10
CATEGORIES= sysutils
@@ -20,12 +20,12 @@ INFO_FILES= mtools.info
.if defined(MTOOLS_ENABLE_FLOPPYD) && !empty(MTOOLS_ENABLE_FLOPPYD:M[Yy][Ee][Ss])
.include "../../mk/x11.buildlink3.mk"
-CPPFLAGS= -I${X11BASE}/include
-CONFIGURE_ARGS= --enable-floppyd
-PLIST_SUBST= NOFLOPPYD=
+CPPFLAGS+= -I${X11BASE}/include
+CONFIGURE_ARGS+= --enable-floppyd
+PLIST_SUBST+= NOFLOPPYD=
.else
-CONFIGURE_ARGS= --disable-floppyd
-PLIST_SUBST= NOFLOPPYD="@comment "
+CONFIGURE_ARGS+= --disable-floppyd
+PLIST_SUBST+= NOFLOPPYD="@comment "
.endif
.include "../../mk/bsd.pkg.mk"