From 3dae8fea14cb07876cbc876f030a3b37361f56b8 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. --- net/gofish/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'net/gofish/Makefile') diff --git a/net/gofish/Makefile b/net/gofish/Makefile index 8ea7c595f50..ce3bc39c0ed 100644 --- a/net/gofish/Makefile +++ b/net/gofish/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2005/12/05 20:50:46 rillig Exp $ +# $NetBSD: Makefile,v 1.5 2005/12/05 23:55:13 rillig Exp $ DISTNAME= gofish-1.1 PKGREVISION= 1 @@ -14,8 +14,8 @@ USE_PKGLOCALEDIR= yes GNU_CONFIGURE= yes USE_PKGINSTALL= yes -CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR} \ - --localstatedir=${VARBASE} +CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q} \ + --localstatedir=${VARBASE:Q} EGDIR= ${PREFIX}/share/examples/gofish RUNTIMEDIR= ${VARBASE}/gopher -- cgit v1.2.3