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/popa3d/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'mail/popa3d') diff --git a/mail/popa3d/Makefile b/mail/popa3d/Makefile index c5a6c0c4a04..6ac94a9234e 100644 --- a/mail/popa3d/Makefile +++ b/mail/popa3d/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.41 2005/06/16 06:58:03 jlam Exp $ +# $NetBSD: Makefile,v 1.42 2005/12/05 20:50:34 rillig Exp $ # DISTNAME= popa3d-1.0 @@ -23,8 +23,8 @@ DEINSTALL_EXTRA_TMPL+= ${.CURDIR}/DEINSTALL RCD_SCRIPTS= popa3d -FILES_SUBST+= POPA3D_USER=${POPA3D_USER} -FILES_SUBST+= POPA3D_GROUP=${POPA3D_GROUP} +FILES_SUBST+= POPA3D_USER=${POPA3D_USER:Q} +FILES_SUBST+= POPA3D_GROUP=${POPA3D_GROUP:Q} SUBST_CLASSES+= params SUBST_STAGE.params= post-patch -- cgit v1.2.3