aboutsummaryrefslogtreecommitdiff
path: root/misc/sma
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1998-09-15 21:31:59 +0000
committerSatoshi Asami <asami@FreeBSD.org>1998-09-15 21:31:59 +0000
commit668e0f51f4cd6da8b873bbe85c2c632a7b33d849 (patch)
treea51511e38b929fa10d17436f1464819312ac60ed /misc/sma
parent32e50f27db0568e90be88dd6f16bcd7a904ce61f (diff)
downloadports-668e0f51f4cd6da8b873bbe85c2c632a7b33d849.tar.gz
ports-668e0f51f4cd6da8b873bbe85c2c632a7b33d849.zip
Use ${PERL5} wherever appropriate. Largely untested; hope my eyeball
checks haven't missed anything. Submitted by: dima
Notes
Notes: svn path=/head/; revision=13159
Diffstat (limited to 'misc/sma')
-rw-r--r--misc/sma/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/sma/Makefile b/misc/sma/Makefile
index 7068612e842c..f4736e681376 100644
--- a/misc/sma/Makefile
+++ b/misc/sma/Makefile
@@ -3,7 +3,7 @@
# Date created: 8 May 1998
# Whom: Donald Burr <dburr@FreeBSD.ORG>
#
-# $Id: Makefile,v 1.2 1998/05/30 12:36:19 dburr Exp $
+# $Id: Makefile,v 1.3 1998/07/06 14:13:54 dburr Exp $
#
DISTNAME= SMA
@@ -25,7 +25,7 @@ do-extract:
@${MKDIR} ${WRKDIR}
pre-configure:
- @${SED} -e '1,1s:/usr/bin/perl:${PREFIX}/bin/perl5.00404:' \
+ @${SED} -e '1,1s:/usr/bin/perl:${PERL5}:' \
-e '/\$debug = 3/s//\$debug = 0/' \
${DISTDIR}/SMA.pl > ${WRKDIR}/sma