From 5ec134d67dbba7a354689af359fb4dd92bc8cbec Mon Sep 17 00:00:00 2001 From: rillig Date: Mon, 5 Dec 2005 20:49:47 +0000 Subject: Fixed pkglint warnings. The warnings are mostly quoting issues, for example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some other changes are outlined in http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html --- print/ghostscript-gnu/Makefile.common | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'print/ghostscript-gnu') diff --git a/print/ghostscript-gnu/Makefile.common b/print/ghostscript-gnu/Makefile.common index 2b0840bab96..a2d2d7c7593 100644 --- a/print/ghostscript-gnu/Makefile.common +++ b/print/ghostscript-gnu/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.25 2005/10/11 07:23:52 abs Exp $ +# $NetBSD: Makefile.common,v 1.26 2005/12/05 20:50:52 rillig Exp $ DISTNAME= ghostscript-${GS_VERS} GS_VERS= 8.15 @@ -55,8 +55,8 @@ CFLAGS+= -DA4 .endif CFLAGS+= -DHAVE_MKSTEMP=1 -MAKE_FLAGS+= XCFLAGS="${CFLAGS}" -MAKE_FLAGS+= XLDFLAGS="${LDFLAGS}" +MAKE_FLAGS+= XCFLAGS=${CFLAGS:M*:Q} +MAKE_FLAGS+= XLDFLAGS=${LDFLAGS:M*:Q} REPLACE_PERL= lib/fixmswrd.pl @@ -66,7 +66,7 @@ DOCDIR= ${PREFIX}/share/doc/ghostscript HTMLDIR= ${PREFIX}/share/doc/html/ghostscript LIBDIR= ${GSDATADIR}/lib -PLIST_SUBST+= GS_VERS=${GS_VERS} +PLIST_SUBST+= GS_VERS=${GS_VERS:Q} .include "../../mk/compiler.mk" -- cgit v1.2.3