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 --- comms/hylafax/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'comms/hylafax/Makefile') diff --git a/comms/hylafax/Makefile b/comms/hylafax/Makefile index 3be2d084f47..a9140fee262 100644 --- a/comms/hylafax/Makefile +++ b/comms/hylafax/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.46 2005/11/28 06:41:20 jlam Exp $ +# $NetBSD: Makefile,v 1.47 2005/12/05 20:49:54 rillig Exp $ VERS= 4.2.2 DISTNAME= hylafax-${VERS} @@ -24,8 +24,8 @@ CONFIGURE_ARGS+= --with-MAKE=${MAKE_PROGRAM} CONFIGURE_ARGS+= --with-INSTALL="" --nointeractive CONFIGURE_ARGS+= --with-ZLIBINC=-I${BUILDLINK_PREFIX.zlib}/include CONFIGURE_ARGS+= --with-LIBZ="-L${BUILDLINK_PREFIX.zlib}/lib -lz" -CONFIGURE_ENV+= PREFIX="${PREFIX}" OPTIMIZER="${CFLAGS}" -CONFIGURE_ENV+= FAXUID="${FAXUSER}" FAXGID="${FAXGROUP}" +CONFIGURE_ENV+= PREFIX=${PREFIX:Q} OPTIMIZER=${CFLAGS:M*:Q} +CONFIGURE_ENV+= FAXUID=${FAXUSER:Q} FAXGID=${FAXGROUP:Q} MANCOMPRESSED= yes FAXUSER?= uucp -- cgit v1.2.3