From 472dafdd2e1560bc21a20b89efd58a911dc44409 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 --- net/py-zsi/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'net/py-zsi') diff --git a/net/py-zsi/Makefile b/net/py-zsi/Makefile index 8da4eadfe64..4dc0d9d8850 100644 --- a/net/py-zsi/Makefile +++ b/net/py-zsi/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2005/04/11 21:46:59 tv Exp $ +# $NetBSD: Makefile,v 1.11 2005/12/05 20:50:48 rillig Exp $ # DISTNAME= ZSI-1.5.0 @@ -13,7 +13,7 @@ COMMENT= SOAP implementation PYDISTUTILSPKG= yes PY_PATCHPLIST= yes -PLIST_SUBST+= PYVERSSUFFIX=${PYVERSSUFFIX} +PLIST_SUBST+= PYVERSSUFFIX=${PYVERSSUFFIX:Q} #DIST_SUBDIR= py-ZSI -- cgit v1.2.3