summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwiz <wiz>2000-02-05 19:47:46 +0000
committerwiz <wiz>2000-02-05 19:47:46 +0000
commit0ef592e047dc8cda4e8388d1695c552cd114e749 (patch)
treecdbf65a44e3c9945598136e1ba6fbb6786f30382
parent1d9952866cee2f0d6b4ae5992b055c32f21156df (diff)
downloadpkgsrc-0ef592e047dc8cda4e8388d1695c552cd114e749.tar.gz
$() -> ${}
-rw-r--r--lang/sml-nj/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/sml-nj/Makefile b/lang/sml-nj/Makefile
index b1268e20756..cbfc73ebd62 100644
--- a/lang/sml-nj/Makefile
+++ b/lang/sml-nj/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2000/01/09 01:19:11 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2000/02/05 19:47:46 wiz Exp $
# FreeBSD Id: ports/lang/sml-nj/Makefile,v 1.9 1999/08/25 06:35:27 obrien Exp
DISTNAME= ${SML_VERSION}-bin.${BOX}-unix
@@ -61,7 +61,7 @@ post-extract:
# The build target needs to run $WRKDIR/config/install.sh
do-build:
cd ${WRKDIR} && unset PWD && \
- FILESDIR="$(FILESDIR)" PATCH="$(PATCH)" PATCH_ARGS="$(PATCH_ARGS)" \
+ FILESDIR="${FILESDIR}" PATCH="${PATCH}" PATCH_ARGS="${PATCH_ARGS}" \
./config/install.sh
# install target