summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2000-12-17 20:59:37 +0000
committerjlam <jlam@pkgsrc.org>2000-12-17 20:59:37 +0000
commit566acf172cbbaf025cd2410b2b12b4a8ee845662 (patch)
tree1380e4f0bb7595ca27de9c63768df8d958d079f3 /graphics
parent302522ff27ab669180bcb90ff05f9c5944fb448d (diff)
downloadpkgsrc-566acf172cbbaf025cd2410b2b12b4a8ee845662.tar.gz
Quote the values when setting variables in case they contain spaces.
This fixes passing in CXXFLAGS from the environment during the build.
Diffstat (limited to 'graphics')
-rw-r--r--graphics/xpdf/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/xpdf/Makefile b/graphics/xpdf/Makefile
index 07222ce2c75..817ed27f917 100644
--- a/graphics/xpdf/Makefile
+++ b/graphics/xpdf/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2000/12/07 17:57:16 abs Exp $
+# $NetBSD: Makefile,v 1.21 2000/12/17 20:59:37 jlam Exp $
# FreeBSD Id: Makefile,v 1.12 1998/03/11 03:08:12 vanilla Exp
#
@@ -24,8 +24,8 @@ GNU_CONFIGURE= YES
CONFIGURE_ARGS+=--enable-japanese --enable-chinese
CONFIGURE_ARGS+=--with-freetype-includes=${LOCALBASE}/include
CONFIGURE_ARGS+=--with-t1-includes=${X11PREFIX}/include
-CONFIGURE_ENV+= CXXFLAGS=${CXXFLAGS}
-MAKE_ENV+= SED=${SED} ECHO=${ECHO}
+CONFIGURE_ENV+= CXXFLAGS="${CXXFLAGS}"
+MAKE_ENV+= SED="${SED}" ECHO="${ECHO}"
post-install:
${SED} 's|@@LOCALBASE@@|${LOCALBASE}|' \