summaryrefslogtreecommitdiff
path: root/parallel/clusterit
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2005-12-05 23:55:01 +0000
committerrillig <rillig@pkgsrc.org>2005-12-05 23:55:01 +0000
commit579e97796954edc2469fac176e855589e1dc2997 (patch)
tree1390f4897127f87b9dc78eb04234494436dbf1a4 /parallel/clusterit
parenta86447cb0763e94327a0380243bb3a2cc0ecbb68 (diff)
downloadpkgsrc-579e97796954edc2469fac176e855589e1dc2997.tar.gz
Ran "pkglint --autofix", which corrected some of the quoting issues in
CONFIGURE_ARGS.
Diffstat (limited to 'parallel/clusterit')
-rw-r--r--parallel/clusterit/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/parallel/clusterit/Makefile b/parallel/clusterit/Makefile
index b604c6b3b11..398b7345438 100644
--- a/parallel/clusterit/Makefile
+++ b/parallel/clusterit/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2005/06/02 20:48:12 garbled Exp $
+# $NetBSD: Makefile,v 1.12 2005/12/05 23:55:15 rillig Exp $
DISTNAME= clusterit-2.3.1
CATEGORIES= parallel
@@ -9,7 +9,7 @@ HOMEPAGE= http://www.garbled.net/clusterit.html
COMMENT= Clustering package for unix
HAS_CONFIGURE= YES
-CONFIGURE_ARGS+= --prefix=${PREFIX}
+CONFIGURE_ARGS+= --prefix=${PREFIX:Q}
.include "../../mk/x11.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"