From b4f920543059af038598712771c3211999ef42a6 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-esp/Makefile.common | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'print/ghostscript-esp') diff --git a/print/ghostscript-esp/Makefile.common b/print/ghostscript-esp/Makefile.common index 13380f59c7b..a42c1fb1e50 100644 --- a/print/ghostscript-esp/Makefile.common +++ b/print/ghostscript-esp/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.26 2005/11/21 06:17:58 jlam Exp $ +# $NetBSD: Makefile.common,v 1.27 2005/12/05 20:50:52 rillig Exp $ DISTNAME= espgs-${GS_VERS}-source BASEGS_VERS= 8.15 @@ -71,7 +71,7 @@ CUPS_EGDIR= ${PREFIX}/share/examples/cups CUPS_MODEL_DIR= ${PREFIX}/share/cups/model DOCDIR= ${PREFIX}/share/doc/ghostscript -PLIST_SUBST+= GS_VERS=${BASEGS_VERS} +PLIST_SUBST+= GS_VERS=${BASEGS_VERS:Q} CONF_FILES= ${CUPS_EGDIR}/pstoraster.convs ${CUPS_CONFDIR}/pstoraster.convs -- cgit v1.2.3