summaryrefslogtreecommitdiff
path: root/sysutils/mtools/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/mtools/Makefile')
-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"