From 6ac350a20a09488a1de1ca4640b64c0b824fae5c Mon Sep 17 00:00:00 2001 From: rillig Date: Thu, 1 Dec 2005 16:41:29 +0000 Subject: Fixed some pkglint warnings of the form: - WARN: archivers/bzip2/Makefile:15: Please use ${CC:Q} instead of "${CC}". --- archivers/macutil/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'archivers/macutil') diff --git a/archivers/macutil/Makefile b/archivers/macutil/Makefile index c9c1c59c7e7..c5ed2535581 100644 --- a/archivers/macutil/Makefile +++ b/archivers/macutil/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2005/04/11 21:44:49 tv Exp $ +# $NetBSD: Makefile,v 1.20 2005/12/01 16:41:29 rillig Exp $ DISTNAME= macutil2.0b3 PKGNAME= macutil-2.0b3 @@ -12,7 +12,7 @@ COMMENT= Create & extract Mac archive files PKG_INSTALLATION_TYPES= overwrite pkgviews MAKEFILE= makefile -MAKE_ENV+= CF="${CFLAGS}" +MAKE_ENV+= CF=${CFLAGS:M*:Q} WRKSRC= ${WRKDIR}/macutil -- cgit v1.2.3