summaryrefslogtreecommitdiff
path: root/parallel/sge
diff options
context:
space:
mode:
authorrillig <rillig>2005-12-05 23:55:01 +0000
committerrillig <rillig>2005-12-05 23:55:01 +0000
commit3dae8fea14cb07876cbc876f030a3b37361f56b8 (patch)
tree1390f4897127f87b9dc78eb04234494436dbf1a4 /parallel/sge
parentb235a79d8801c0bedb11aebddf494c6cd5c60968 (diff)
downloadpkgsrc-3dae8fea14cb07876cbc876f030a3b37361f56b8.tar.gz
Ran "pkglint --autofix", which corrected some of the quoting issues in
CONFIGURE_ARGS.
Diffstat (limited to 'parallel/sge')
-rw-r--r--parallel/sge/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/parallel/sge/Makefile b/parallel/sge/Makefile
index d2dcb55e32d..8b94e19e2d0 100644
--- a/parallel/sge/Makefile
+++ b/parallel/sge/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2005/12/05 20:50:51 rillig Exp $
+# $NetBSD: Makefile,v 1.14 2005/12/05 23:55:16 rillig Exp $
#
DISTNAME= sge-5.3p6
@@ -18,7 +18,7 @@ USE_TOOLS+= gmake perl:run
CFLAGS+= -D${UPPER_OPSYS}
CONFIGURE_ENV+= REMOTE=sge
CONFIGURE_ENV+= CFLAGS=${CFLAGS:M*:Q}
-CONFIGURE_ARGS+= --with-grd=${SGE_BUILDARCH}
+CONFIGURE_ARGS+= --with-grd=${SGE_BUILDARCH:Q}
PLIST_SUBST+= SGE_ARCH=${SGE_ARCH:Q}
MESSAGE_SUBST+= SGE_ROOT=${SGE_ROOT}
MAKE_ENV+= PERL5=${PERL5:Q}