From 3801df0a7f3b07f43fbafe68e4aeecb464132973 Mon Sep 17 00:00:00 2001 From: jlam Date: Fri, 6 Feb 2004 19:04:24 +0000 Subject: 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. --- print/texfamily/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'print/texfamily') 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 \ -- cgit v1.2.3