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 --- converters/p5-chkjis/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'converters/p5-chkjis/Makefile') diff --git a/converters/p5-chkjis/Makefile b/converters/p5-chkjis/Makefile index 19141502bbd..4d75252d1f6 100644 --- a/converters/p5-chkjis/Makefile +++ b/converters/p5-chkjis/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2005/10/10 17:13:46 hira Exp $ +# $NetBSD: Makefile,v 1.10 2005/12/05 20:49:55 rillig Exp $ # DISTNAME= chkjis @@ -24,7 +24,6 @@ USE_TOOLS+= perl:run NO_BUILD= yes NO_CONFIGURE= yes PERL5_CONFIGURE= no -NO_WRAPPER= yes do-install: ${INSTALL_DATA_DIR} ${PERL5_INSTALLVENDORLIB} -- cgit v1.2.3