diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-09-15 21:31:59 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-09-15 21:31:59 +0000 |
commit | 668e0f51f4cd6da8b873bbe85c2c632a7b33d849 (patch) | |
tree | a51511e38b929fa10d17436f1464819312ac60ed /www/htmlpp | |
parent | Upgrade to 1.7. (diff) |
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 'www/htmlpp')
-rw-r--r-- | www/htmlpp/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/htmlpp/Makefile b/www/htmlpp/Makefile index 2d6d4a04563c..10ed0f52de4b 100644 --- a/www/htmlpp/Makefile +++ b/www/htmlpp/Makefile @@ -3,7 +3,7 @@ # Date created: 9 Nov 1997 # Whom: Donald Burr <dburr@FreeBSD.ORG> # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1998/07/20 23:20:22 dburr Exp $ # DISTNAME= htmlpp @@ -24,7 +24,7 @@ USE_PERL5= YES NO_WRKSUBDIR= yes do-build: - ${SED} -e '1,1s:/usr/bin/perl:${PREFIX}/bin/perl5.00404:' \ + ${SED} -e '1,1s:/usr/bin/perl:${PERL5}:' \ ${WRKDIR}/htmlpp > ${WRKDIR}/htmlpp.temp ${RM} -f ${WRKDIR}/htmlpp ${MV} ${WRKDIR}/htmlpp.temp ${WRKDIR}/htmlpp |