summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorjlam <jlam>2004-02-06 19:04:24 +0000
committerjlam <jlam>2004-02-06 19:04:24 +0000
commita0db33103cd4ddee3ab1e90a3b1066b1f4b9175c (patch)
tree9e1ed235761e43178980383a9260a8ca70040dfb /print
parent631c13ce91943cfd85bbbb80fd5a000e928de595 (diff)
downloadpkgsrc-a0db33103cd4ddee3ab1e90a3b1066b1f4b9175c.tar.gz
If we're passing through MAKEFLAGS variables whose values may contain
spaces, use the :Q modifier instead of double-quoting the value. This avoids breakage when executing the just-in-time su targets.
Diffstat (limited to 'print')
-rw-r--r--print/texfamily/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/print/texfamily/Makefile b/print/texfamily/Makefile
index d2c25e3feaa..e5ba1fdacae 100644
--- a/print/texfamily/Makefile
+++ b/print/texfamily/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2004/01/24 14:58:00 grant Exp $
+# $NetBSD: Makefile,v 1.6 2004/02/06 19:04:25 jlam Exp $
DISTNAME= TeXfamily-1.2.1
PKGREVISION= 4
@@ -41,7 +41,7 @@ USE_GNU_TOOLS+= make
USE_X11= yes
PLIST_SUBST+= MV="${MV}"
CFLAGS+= -Dunix
-MAKEFLAGS+= PREFIX=${PREFIX}
+MAKEFLAGS+= PREFIX=${PREFIX:Q}
GNU_CONFIGURE= yes
CONFIGURE_ARGS+=--prefix=${PREFIX} \
--enable-local-texmf=texmf.local \