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 --- mail/postgrey/Makefile | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'mail/postgrey/Makefile') diff --git a/mail/postgrey/Makefile b/mail/postgrey/Makefile index 2cfd05d2227..f281fdacb4e 100644 --- a/mail/postgrey/Makefile +++ b/mail/postgrey/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.9 2005/08/23 11:48:49 rillig Exp $ +# $NetBSD: Makefile,v 1.10 2005/12/05 20:50:35 rillig Exp $ # DISTNAME= postgrey-1.21 -PKGREVISION= # empty CATEGORIES= mail MASTER_SITES= http://isg.ee.ethz.ch/tools/postgrey/pub/ \ http://isg.ee.ethz.ch/tools/postgrey/pub/old/ @@ -45,10 +44,10 @@ OWN_DIRS+= ${PREFIX}/${EGDIR} OWN_DIRS_PERMS+= ${POSTGREY_DBDIR} \ ${POSTGREY_USER} ${POSTGREY_GROUP} 0775 -FILES_SUBST+= PERL="${PERL5}" +FILES_SUBST+= PERL=${PERL5:Q} -PLIST_SUBST+= DOCDIR="${DOCDIR}" -PLIST_SUBST+= EGDIR="${EGDIR}" +PLIST_SUBST+= DOCDIR=${DOCDIR:Q} +PLIST_SUBST+= EGDIR=${EGDIR:Q} SUBST_CLASSES+= postgrey -- cgit v1.2.3