diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-07-05 09:11:30 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-07-05 09:11:30 +0000 |
commit | 1c350f1280c35530deb9d07b71f39a4263d60a85 (patch) | |
tree | 1d9ad6c32467405f417b18f01c9f242f656a4974 /Mk/bsd.port.subdir.mk | |
parent | 2676aa9874c48dcf2757955ff180b98d7774ade1 (diff) | |
download | ports-1c350f1280c35530deb9d07b71f39a4263d60a85.tar.gz ports-1c350f1280c35530deb9d07b71f39a4263d60a85.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 61cdec288761..2287067c4835 100644 --- a/Mk/bsd.port.subdir.mk +++ b/Mk/bsd.port.subdir.mk @@ -250,7 +250,7 @@ README.html: search: ${PORTSDIR}/INDEX - @here=`pwd`; \ + @here="${.CURDIR}"; \ cd ${PORTSDIR}; \ top=`pwd`; \ there=`echo "$$here/" | sed s%$$top%${PORTSDIR}%`; \ |