diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-12-28 09:11:28 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-12-28 09:11:28 +0000 |
commit | 1446aabaabf0b8668395a65887618153635e2024 (patch) | |
tree | 94992a8316f7d7e2c103ba44cd68a4031668b7b9 /devel/pear-HTML_Common | |
parent | c0fcaf379b661c1f8f4eaeb62c291d52fe6c042e (diff) | |
download | ports-1446aabaabf0b8668395a65887618153635e2024.tar.gz ports-1446aabaabf0b8668395a65887618153635e2024.zip |
Notes
Diffstat (limited to 'devel/pear-HTML_Common')
-rw-r--r-- | devel/pear-HTML_Common/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/pear-HTML_Common/Makefile b/devel/pear-HTML_Common/Makefile index fe14cf60ee48..676f005c1c04 100644 --- a/devel/pear-HTML_Common/Makefile +++ b/devel/pear-HTML_Common/Makefile @@ -16,7 +16,7 @@ BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear-PEAR RUN_DEPENDS= ${BUILD_DEPENDS} .include <bsd.port.pre.mk> -.include "${.CURDIR}/../../devel/pear-PEAR/Makefile.common" +.include "${PORTSDIR}/devel/pear-PEAR/Makefile.common" do-install: @${MKDIR} ${PEARDIR}/HTML |