aboutsummaryrefslogtreecommitdiffstats
path: root/misc/sma
diff options
context:
space:
mode:
authorasami <asami@FreeBSD.org>1998-09-16 05:31:59 +0800
committerasami <asami@FreeBSD.org>1998-09-16 05:31:59 +0800
commite755ee1d47f4b0d9d4c8bd2a570d38555b88b607 (patch)
treef20c20390d0ae9c598fdaa1136e89fc9e48469ec /misc/sma
parent60e211928723f70362d166bab5f76cadf2b57c7f (diff)
downloadfreebsd-ports-graphics-e755ee1d47f4b0d9d4c8bd2a570d38555b88b607.tar.gz
freebsd-ports-graphics-e755ee1d47f4b0d9d4c8bd2a570d38555b88b607.tar.zst
freebsd-ports-graphics-e755ee1d47f4b0d9d4c8bd2a570d38555b88b607.zip
Use ${PERL5} wherever appropriate. Largely untested; hope my eyeball
checks haven't missed anything. Submitted by: dima
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 7068612e842..f4736e68137 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