Replace direct perl's direct call with ${PERL}
This commit is contained in:
parent
72d61326f1
commit
19e472b8df
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=7073
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
# $FreeBSD: www/en/internal/Makefile,v 1.20 2000/01/26 21:16:21 wosch Exp $
|
||||
# $FreeBSD: www/en/internal/Makefile,v 1.21 2000/03/12 21:44:02 phantom Exp $
|
||||
|
||||
.if exists(../Makefile.conf)
|
||||
.include "../Makefile.conf"
|
||||
|
@ -22,7 +22,7 @@ DOCS+= homepage.sgml
|
|||
.PHONY: homepage.inc
|
||||
|
||||
homepage.inc: homepage.pl
|
||||
perl homepage.pl > ${.TARGET}
|
||||
${PERL} homepage.pl > ${.TARGET}
|
||||
|
||||
homepage.sgml: homepage.inc
|
||||
CLEANFILES+= homepage.inc
|
||||
|
|
Loading…
Reference in a new issue