summaryrefslogtreecommitdiff
path: root/www/php3
diff options
context:
space:
mode:
authorwiz <wiz>2001-05-05 16:22:55 +0000
committerwiz <wiz>2001-05-05 16:22:55 +0000
commit0ec4517984eb8480558c6338104ceed766a6ddac (patch)
treedd3db120ee6e61aeb9aac1bb1e28a27ce12a8fcb /www/php3
parentc1127f5bee68a33a4f6199849024f18c899f18a8 (diff)
downloadpkgsrc-0ec4517984eb8480558c6338104ceed766a6ddac.tar.gz
Add ${.CURDIR} in some places. Noted by Takahiro Kambe.
Diffstat (limited to 'www/php3')
-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.