diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2008-03-12 00:13:06 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2008-03-12 00:13:06 +0000 |
commit | 8c32b0a02c42f2304c20be606f579faeb0ebe208 (patch) | |
tree | 704ad94aa337a1fc2a2ec1fbe36168f445fad31d /Mk/bsd.port.subdir.mk | |
parent | 85869f9f37d3aed941000026828f559c145ba7fe (diff) | |
download | ports-8c32b0a02c42f2304c20be606f579faeb0ebe208.tar.gz ports-8c32b0a02c42f2304c20be606f579faeb0ebe208.zip |
Notes
Diffstat (limited to 'Mk/bsd.port.subdir.mk')
-rw-r--r-- | Mk/bsd.port.subdir.mk | 2 |
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 |