diff options
author | hubertf <hubertf> | 2001-05-05 16:33:07 +0000 |
---|---|---|
committer | hubertf <hubertf> | 2001-05-05 16:33:07 +0000 |
commit | 8cdbd644182bfe9451d582d2b374a21e7ae2a9fc (patch) | |
tree | e4925fbe8bc79199ccf9b24cd9c0bd96270322a3 /www/php3 | |
parent | 82c7cd13b5bafc6c6c76da4c46c047f5136a6b3b (diff) | |
download | pkgsrc-8cdbd644182bfe9451d582d2b374a21e7ae2a9fc.tar.gz |
don't need .CURDIR on DEPENDS
Diffstat (limited to 'www/php3')
-rw-r--r-- | www/php3/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/php3/Makefile b/www/php3/Makefile index 1a18cbaebb0..85247ab8ba1 100644 --- a/www/php3/Makefile +++ b/www/php3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.27 2001/05/05 16:27:59 hubertf Exp $ +# $NetBSD: Makefile,v 1.28 2001/05/05 16:33:07 hubertf Exp $ # DISTNAME= php-${PHP_VERSION} @@ -23,7 +23,7 @@ DEPENDS+= zlib-*:../../devel/zlib PHP_VERSION= 3.0.18 .if defined(BUILDING_EXTENSION_MODULE) || defined(BUILDING_SERVER_MODULE) -DEPENDS+= php-${PHP_VERSION}:${.CURDIR}/../../www/php3 +DEPENDS+= php-${PHP_VERSION}:../../www/php3 DISTINFO_FILE= ${.CURDIR}/../../www/php3/distinfo FILESDIR?= ${.CURDIR}/../../www/php3/files PATCHDIR?= ${.CURDIR}/../../www/php3/patches |