From 579e97796954edc2469fac176e855589e1dc2997 Mon Sep 17 00:00:00 2001 From: rillig Date: Mon, 5 Dec 2005 23:55:01 +0000 Subject: Ran "pkglint --autofix", which corrected some of the quoting issues in CONFIGURE_ARGS. --- audio/rplay/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'audio/rplay') diff --git a/audio/rplay/Makefile b/audio/rplay/Makefile index 4a8126b3117..945937b6913 100644 --- a/audio/rplay/Makefile +++ b/audio/rplay/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.50 2005/12/05 20:49:49 rillig Exp $ +# $NetBSD: Makefile,v 1.51 2005/12/05 23:55:02 rillig Exp $ # DISTNAME= rplay-3.3.2 @@ -14,7 +14,7 @@ COMMENT= Network audio player USE_PKGINSTALL= YES USE_LIBTOOL= YES GNU_CONFIGURE= YES -CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR} +CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q} CONFIGURE_ARGS+= --build=BUILD USE_MAKEINFO= YES -- cgit v1.2.3