From b4f920543059af038598712771c3211999ef42a6 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 --- chat/iip/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'chat/iip') diff --git a/chat/iip/Makefile b/chat/iip/Makefile index cf8bbdeb3ee..ebe2923860e 100644 --- a/chat/iip/Makefile +++ b/chat/iip/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2005/11/04 08:53:54 rillig Exp $ +# $NetBSD: Makefile,v 1.2 2005/12/05 20:49:53 rillig Exp $ # DISTNAME= iip-1.1.0 @@ -11,7 +11,7 @@ HOMEPAGE= http://www.invisiblenet.net/iip/ COMMENT= The Invisible IRC Project BUILD_DIRS= ${WRKSRC}/src -MAKE_FLAGS+= CC=${CC:Q} LD=${CC:Q} LDFLAGS=${LDFLAGS:Q} +MAKE_FLAGS+= CC=${CC:Q} LD=${CC:Q} LDFLAGS=${LDFLAGS:M*:Q} MAKE_FLAGS+= CFLAGS=${CFLAGS:Q}" "${CPPFLAGS:Q}" -I." do-install: -- cgit v1.2.3