From 8c32b0a02c42f2304c20be606f579faeb0ebe208 Mon Sep 17 00:00:00 2001 From: Pav Lucistnik Date: Wed, 12 Mar 2008 00:13:06 +0000 Subject: [PATCH] - 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 Pointy hat to: gabor --- Mk/bsd.port.subdir.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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