aboutsummaryrefslogtreecommitdiff
path: root/Mk/bsd.port.subdir.mk
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2008-03-12 00:13:06 +0000
committerPav Lucistnik <pav@FreeBSD.org>2008-03-12 00:13:06 +0000
commit8c32b0a02c42f2304c20be606f579faeb0ebe208 (patch)
tree704ad94aa337a1fc2a2ec1fbe36168f445fad31d /Mk/bsd.port.subdir.mk
parent85869f9f37d3aed941000026828f559c145ba7fe (diff)
downloadports-8c32b0a02c42f2304c20be606f579faeb0ebe208.tar.gz
ports-8c32b0a02c42f2304c20be606f579faeb0ebe208.zip
- Backout part of 1.71: ${PERL} is not available in bsd.port.subdir.mk, only in
bsd.port.mk. Fixes `make readmes' PR: ports/117192 Submitted by: Joergen Blomberg <jnbg@blomberg.tk> Pointy hat to: gabor
Notes
Notes: svn path=/head/; revision=208866
Diffstat (limited to 'Mk/bsd.port.subdir.mk')
-rw-r--r--Mk/bsd.port.subdir.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Mk/bsd.port.subdir.mk b/Mk/bsd.port.subdir.mk
index 7b14c24e5fdf..08c1ab55af3d 100644
--- a/Mk/bsd.port.subdir.mk
+++ b/Mk/bsd.port.subdir.mk
@@ -255,7 +255,7 @@ describe:
.if defined(PORTSTOP)
readmes: readme ${SUBDIR:S/^/_/:S/$/.readmes/}
@${ECHO_MSG} "===> Creating README.html for all ports"
- @${PERL} ${PORTSDIR}/Tools/make_readmes < ${INDEXDIR}/${INDEXFILE}
+ @perl ${PORTSDIR}/Tools/make_readmes < ${INDEXDIR}/${INDEXFILE}
.else
readmes: readme
.endif