summaryrefslogtreecommitdiff
path: root/editors/ed/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'editors/ed/Makefile')
-rw-r--r--editors/ed/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/editors/ed/Makefile b/editors/ed/Makefile
index 2ed8204804d..252afdcd18c 100644
--- a/editors/ed/Makefile
+++ b/editors/ed/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2005/10/16 05:07:58 reed Exp $
+# $NetBSD: Makefile,v 1.7 2005/12/05 20:50:09 rillig Exp $
DISTNAME= ed-0.2
PKGREVISION= 1
@@ -12,7 +12,7 @@ COMMENT= GNU version of line-oriented text editor
GNU_CONFIGURE= YES
CONFIGURE_HAS_INFODIR= NO
CONFIGURE_HAS_MANDIR= NO
-MAKE_ENV+= INFO_DIR=${INFO_DIR}
+MAKE_ENV+= INFO_DIR=${INFO_DIR:Q}
.include "../../mk/bsd.prefs.mk"
@@ -20,9 +20,9 @@ INFO_FILES= ${GNU_PROGRAM_PREFIX}ed.info
.if defined(GNU_PROGRAM_PREFIX)
# the ./configure accepts --program-prefix, but doesn't use
-MAKE_ENV+= binprefix="${GNU_PROGRAM_PREFIX}"
+MAKE_ENV+= binprefix=${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 "../../mk/bsd.pkg.mk"