summaryrefslogtreecommitdiff
path: root/devel/gindent
diff options
context:
space:
mode:
Diffstat (limited to 'devel/gindent')
-rw-r--r--devel/gindent/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/gindent/Makefile b/devel/gindent/Makefile
index c3c1523c150..e7e2def4155 100644
--- a/devel/gindent/Makefile
+++ b/devel/gindent/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.40 2005/09/28 20:52:19 rillig Exp $
+# $NetBSD: Makefile,v 1.41 2005/12/05 20:50:04 rillig Exp $
#
DISTNAME= indent-2.2.8a
@@ -22,9 +22,9 @@ INFO_FILES= indent.info
.include "../../mk/bsd.prefs.mk"
.if defined(GNU_PROGRAM_PREFIX)
-CONFIGURE_ARGS= --program-prefix=${GNU_PROGRAM_PREFIX}
+CONFIGURE_ARGS+= --program-prefix=${GNU_PROGRAM_PREFIX:Q}
.endif
-PLIST_SUBST+= GNU_PROGRAM_PREFIX=${GNU_PROGRAM_PREFIX}
+PLIST_SUBST+= GNU_PROGRAM_PREFIX=${GNU_PROGRAM_PREFIX:Q}
BUILD_DEFS+= GNU_PROGRAM_PREFIX
.include "../../devel/gettext-lib/buildlink3.mk"