summaryrefslogtreecommitdiff
path: root/print/texfamily
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2004-02-06 19:04:24 +0000
committerjlam <jlam@pkgsrc.org>2004-02-06 19:04:24 +0000
commit3801df0a7f3b07f43fbafe68e4aeecb464132973 (patch)
tree9e1ed235761e43178980383a9260a8ca70040dfb /print/texfamily
parentafadf00def68756dd00a4107516c54ea47d99d80 (diff)
downloadpkgsrc-3801df0a7f3b07f43fbafe68e4aeecb464132973.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/texfamily')
-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 \