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 /www/pear-HTTP_Upload | |
parent | c0fcaf379b661c1f8f4eaeb62c291d52fe6c042e (diff) | |
download | ports-1446aabaabf0b8668395a65887618153635e2024.tar.gz ports-1446aabaabf0b8668395a65887618153635e2024.zip |
Notes
Diffstat (limited to 'www/pear-HTTP_Upload')
-rw-r--r-- | www/pear-HTTP_Upload/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/pear-HTTP_Upload/Makefile b/www/pear-HTTP_Upload/Makefile index bb76d459f820..5bafc4824ccf 100644 --- a/www/pear-HTTP_Upload/Makefile +++ b/www/pear-HTTP_Upload/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" .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} |