summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorrodent <rodent@pkgsrc.org>2013-04-06 11:39:25 +0000
committerrodent <rodent@pkgsrc.org>2013-04-06 11:39:25 +0000
commit9e9ea691d135441cb851b08f90f862c998fe45cb (patch)
treee0d87ea517d1495a67fd971dc53bae3be93bcb58 /lang
parent7805f2079c2507d3008c80c4e05e14ac7f6163a8 (diff)
downloadpkgsrc-9e9ea691d135441cb851b08f90f862c998fe45cb.tar.gz
"$foo is ambiguous. Use ${foo} if you mean a Makefile variable or $$foo if
you mean a shell variable."
Diffstat (limited to 'lang')
-rw-r--r--lang/f2c/Makefile4
-rw-r--r--lang/openjdk7/Makefile10
-rw-r--r--lang/racket-textual/Makefile4
-rw-r--r--lang/racket/Makefile4
4 files changed, 11 insertions, 11 deletions
diff --git a/lang/f2c/Makefile b/lang/f2c/Makefile
index 39cde614f56..e39ce635dec 100644
--- a/lang/f2c/Makefile
+++ b/lang/f2c/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.62 2012/10/02 20:11:39 asau Exp $
+# $NetBSD: Makefile,v 1.63 2013/04/06 11:39:25 rodent Exp $
DISTNAME= f2c-20100903 # see notes below
CATEGORIES= lang
@@ -45,7 +45,7 @@ do-install:
${INSTALL_SCRIPT} ${WRKSRC}/f2c-f77 ${DESTDIR}${PREFIX}/bin
${INSTALL_DATA} ${WRKSRC}/f2c.1t ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/f2c.1
.for f in changes f2c.ps f2c.pdf
- ${INSTALL_DATA} ${WRKSRC}/$f ${DESTDIR}${PREFIX}/share/doc/f2c/$f
+ ${INSTALL_DATA} ${WRKSRC}/${f} ${DESTDIR}${PREFIX}/share/doc/f2c/${f}
.endfor
# Note. the distfile is kept locally because it is
diff --git a/lang/openjdk7/Makefile b/lang/openjdk7/Makefile
index 63cc33bc8e2..23724cb6db0 100644
--- a/lang/openjdk7/Makefile
+++ b/lang/openjdk7/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.43 2013/02/16 11:22:52 wiz Exp $
+# $NetBSD: Makefile,v 1.44 2013/04/06 11:39:26 rodent Exp $
DISTNAME= openjdk-7-fcs-src-b147-27_jun_2011
PKGNAME= openjdk7-1.7.0.147.20110811
@@ -129,10 +129,10 @@ post-extract:
${WRKDIR} > ${WRKDIR}/bootstrap/bin/java
chmod a+x ${WRKDIR}/bootstrap/bin/java
.for T in idlj jar javac javah javap native2ascii rmic
- mv ${WRKDIR}/bootstrap/bin/$T ${WRKDIR}/bootstrap/bin/$T-real
- printf '#!/bin/sh\n\nexec %s/bootstrap/bin/$T-real -J-mx256m "$$@"\n' \
- ${WRKDIR} > ${WRKDIR}/bootstrap/bin/$T
- chmod a+x ${WRKDIR}/bootstrap/bin/$T
+ mv ${WRKDIR}/bootstrap/bin/${T} ${WRKDIR}/bootstrap/bin/${T}-real
+ printf '#!/bin/sh\n\nexec %s/bootstrap/bin/${T}-real -J-mx256m "$$@"\n' \
+ ${WRKDIR} > ${WRKDIR}/bootstrap/bin/${T}
+ chmod a+x ${WRKDIR}/bootstrap/bin/${T}
.endfor
do-build: ${WRKDIR}/stage3-done
diff --git a/lang/racket-textual/Makefile b/lang/racket-textual/Makefile
index e4ce3fc611c..ebbb55061b3 100644
--- a/lang/racket-textual/Makefile
+++ b/lang/racket-textual/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2013/02/16 21:20:22 asau Exp $
+# $NetBSD: Makefile,v 1.17 2013/04/06 11:39:26 rodent Exp $
PKGNAME= racket-textual-5.3.3
DISTNAME= $(PKGNAME_NOREV)-src-unix
@@ -39,7 +39,7 @@ CHECK_INTERPRETER_SKIP= lib/racket/collects/meta/build/sitemap/setup.py \
CHECK_INTERPRETER_SKIP+= lib/racket/collects/tests/jpr/mon-script.ss
.for f in use-c-printf.rkt use-crypt.rkt use-esd.rkt use-magick.rkt use-sndfile.rkt use-tcl.rkt use-xmmsctrl.rkt use-xosd.rkt
-REPLACE_RACKET+= collects/ffi/examples/$f
+REPLACE_RACKET+= collects/ffi/examples/${f}
.endfor
REPLACE_INTERPRETER+= racket
diff --git a/lang/racket/Makefile b/lang/racket/Makefile
index be89ee730ef..ca54e52e8db 100644
--- a/lang/racket/Makefile
+++ b/lang/racket/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.26 2013/02/16 21:20:21 asau Exp $
+# $NetBSD: Makefile,v 1.27 2013/04/06 11:39:26 rodent Exp $
PKGNAME= racket-5.3.3
DISTNAME= $(PKGNAME_NOREV)-src-unix
@@ -43,7 +43,7 @@ CHECK_INTERPRETER_SKIP= lib/racket/collects/meta/build/sitemap/setup.py \
CHECK_INTERPRETER_SKIP+= lib/racket/collects/tests/jpr/mon-script.ss
.for f in use-c-printf.rkt use-crypt.rkt use-esd.rkt use-magick.rkt use-sndfile.rkt use-tcl.rkt use-xmmsctrl.rkt use-xosd.rkt
-REPLACE_RACKET+= collects/ffi/examples/$f
+REPLACE_RACKET+= collects/ffi/examples/${f}
.endfor
REPLACE_INTERPRETER+= racket