summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2001-05-05 16:22:55 +0000
committerwiz <wiz@pkgsrc.org>2001-05-05 16:22:55 +0000
commite5444d2ccca257516c5f18427aff1276d9b42995 (patch)
treedd3db120ee6e61aeb9aac1bb1e28a27ce12a8fcb /www
parent84681861a46ba3859ddd8c0210314fe4dbff6199 (diff)
downloadpkgsrc-e5444d2ccca257516c5f18427aff1276d9b42995.tar.gz
Add ${.CURDIR} in some places. Noted by Takahiro Kambe.
Diffstat (limited to 'www')
-rw-r--r--www/php3/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/www/php3/Makefile b/www/php3/Makefile
index 974a28d0450..bb6229a576b 100644
--- a/www/php3/Makefile
+++ b/www/php3/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.25 2001/05/03 16:53:57 wiz Exp $
+# $NetBSD: Makefile,v 1.26 2001/05/05 16:22:55 wiz Exp $
#
DISTNAME= php-${PHP_VERSION}
@@ -24,9 +24,9 @@ PHP_VERSION= 3.0.18
.if defined(BUILDING_EXTENSION_MODULE) || defined(BUILDING_SERVER_MODULE)
DEPENDS+= php-${PHP_VERSION}:../../www/php3
-DISTINFO_FILE= ../../www/php3/distinfo
-FILESDIR?= ../../www/php3/files
-PATCHDIR?= ../../www/php3/patches
+DISTINFO_FILE= ${.CURDIR}/../../www/php3/distinfo
+FILESDIR?= ${.CURDIR}/../../www/php3/files
+PATCHDIR?= ${.CURDIR}/../../www/php3/patches
.endif
# Here we configure only for what NetBSD ships. We add the rest via modules.