diff options
author | rillig <rillig> | 2005-12-05 23:55:01 +0000 |
---|---|---|
committer | rillig <rillig> | 2005-12-05 23:55:01 +0000 |
commit | 3dae8fea14cb07876cbc876f030a3b37361f56b8 (patch) | |
tree | 1390f4897127f87b9dc78eb04234494436dbf1a4 /net/gofish/Makefile | |
parent | b235a79d8801c0bedb11aebddf494c6cd5c60968 (diff) | |
download | pkgsrc-3dae8fea14cb07876cbc876f030a3b37361f56b8.tar.gz |
Ran "pkglint --autofix", which corrected some of the quoting issues in
CONFIGURE_ARGS.
Diffstat (limited to 'net/gofish/Makefile')
-rw-r--r-- | net/gofish/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
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 |