summaryrefslogtreecommitdiff
path: root/devel/ncurses/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/ncurses/Makefile')
-rw-r--r--devel/ncurses/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/ncurses/Makefile b/devel/ncurses/Makefile
index 84a0d64c6f5..5cab7dbf203 100644
--- a/devel/ncurses/Makefile
+++ b/devel/ncurses/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.67 2005/10/20 00:01:32 wiz Exp $
+# $NetBSD: Makefile,v 1.68 2005/12/05 20:50:05 rillig Exp $
DISTNAME= ncurses-${NC_VERS}
NC_VERS= 5.5
@@ -39,7 +39,7 @@ PLIST_SUBST+= NOT_SUNOS=""
TERMINFODIR= share/terminfo
.endif
-PLIST_SUBST+= TERMINFODIR="${TERMINFODIR}"
+PLIST_SUBST+= TERMINFODIR=${TERMINFODIR:Q}
CONFIGURE_ARGS+= --with-default-terminfo-dir=${PREFIX}/${TERMINFODIR}
CONFIGURE_ARGS+= --with-terminfo-dirs=${PREFIX}/${TERMINFODIR}