From 61b35899ac7663baf99372d73e81a6a753c3ff21 Mon Sep 17 00:00:00 2001 From: hubertf Date: Sat, 5 May 2001 16:33:07 +0000 Subject: [PATCH] don't need .CURDIR on DEPENDS --- www/php3/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/www/php3/Makefile b/www/php3/Makefile index 1a18cbaebb08..85247ab8ba15 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