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 --- net/xipdump/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'net/xipdump') diff --git a/net/xipdump/Makefile b/net/xipdump/Makefile index 8d618eff52d..d5b0cd6b96a 100644 --- a/net/xipdump/Makefile +++ b/net/xipdump/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2005/10/16 12:58:37 tonio Exp $ +# $NetBSD: Makefile,v 1.21 2005/12/05 20:50:50 rillig Exp $ # DISTNAME= xipdump-1.5.4 @@ -17,7 +17,7 @@ PLIST_SRC= ${WRKDIR}/PLIST USE_X11BASE= yes GNU_CONFIGURE= yes CFLAGS+= -I${PREFIX}/include ${LIBNET_CFLAGS_CMD:sh} -LIBS= -L${PREFIX}/lib -Wl,-R${PREFIX}/lib -lnet +LIBS+= -L${PREFIX}/lib -Wl,-R${PREFIX}/lib -lnet LIBNET_CFLAGS_CMD= ${BUILDLINK_PREFIX.libnet}/bin/libnet-config --defines -- cgit v1.2.3