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 --- audio/portaudio/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'audio/portaudio') diff --git a/audio/portaudio/Makefile b/audio/portaudio/Makefile index e8fc312c27c..c5f78c298f8 100644 --- a/audio/portaudio/Makefile +++ b/audio/portaudio/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2005/10/31 16:13:06 tv Exp $ +# $NetBSD: Makefile,v 1.9 2005/12/05 20:49:49 rillig Exp $ DISTNAME= portaudio_v18_1 PKGNAME= portaudio-18.1 @@ -17,7 +17,6 @@ USE_TOOLS+= gmake USE_LIBTOOL= yes GNU_CONFIGURE= yes -CONFIGURE_ARGS= --prefix=${PREFIX} EXTRACT_CMD_OPTS.zip= -aqo pre-configure: -- cgit v1.2.3