summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorjoerg <joerg>2015-05-03 23:16:41 +0000
committerjoerg <joerg>2015-05-03 23:16:41 +0000
commited874807ce783bb4ceb0402c5fb366f6b91de624 (patch)
treec4f213a13990d96cd83d4fc75ec0bfad9ef74875 /mk
parentb8ea5d3f6e315371fc7a9e662d52eaef3b68ac2a (diff)
downloadpkgsrc-ed874807ce783bb4ceb0402c5fb366f6b91de624.tar.gz
PR 49877: Expand correct variable. From Greg Onufer.
Diffstat (limited to 'mk')
-rw-r--r--mk/compiler/sunpro.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/compiler/sunpro.mk b/mk/compiler/sunpro.mk
index 1678c4ab00d..0e216e03b63 100644
--- a/mk/compiler/sunpro.mk
+++ b/mk/compiler/sunpro.mk
@@ -1,4 +1,4 @@
-# $NetBSD: sunpro.mk,v 1.48 2013/04/06 18:09:43 tez Exp $
+# $NetBSD: sunpro.mk,v 1.49 2015/05/03 23:16:41 joerg Exp $
#
# This is the compiler definition for the SUNWspro C compiler.
#
@@ -16,7 +16,7 @@ COMPILER_SUNPRO_MK= defined
.include "../../mk/bsd.prefs.mk"
SUNWSPROBASE?= /opt/SUNWspro
-.if !exists($SUNWSPROBASE)
+.if !exists(${SUNWSPROBASE})
SUNWSPROBASE!= /bin/ls -d /opt/solstudio*
.endif