diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2005-02-28 21:09:05 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2005-02-28 21:09:05 +0000 |
commit | bd07e61e5b096c7566849a13112d1af6a54dc48b (patch) | |
tree | d3a03273586d5e48c220ab0177ead0ce0aa7db6f /Mk/bsd.port.subdir.mk | |
parent | e7b18cb1043b50ced68f8b271cfb300d2da08693 (diff) | |
download | ports-bd07e61e5b096c7566849a13112d1af6a54dc48b.tar.gz ports-bd07e61e5b096c7566849a13112d1af6a54dc48b.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 8370cdd6e3e1..8d01b37fabc3 100644 --- a/Mk/bsd.port.subdir.mk +++ b/Mk/bsd.port.subdir.mk @@ -239,7 +239,7 @@ describe: .if defined(PORTSTOP) readmes: readme ${SUBDIR:S/^/_/:S/$/.readmes/} @${ECHO_MSG} "===> Creating README.html for all ports" - @perl ${.CURDIR}/Tools/make_readmes < ${.CURDIR}/${INDEXFILE} + @perl ${PORTSDIR}/Tools/make_readmes < ${PORTSDIR}/${INDEXFILE} .else readmes: readme .endif |