summaryrefslogtreecommitdiff
path: root/textproc/php4-wddx
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2003-09-19 13:19:12 +0000
committerwiz <wiz@pkgsrc.org>2003-09-19 13:19:12 +0000
commit4d0568c271c1671eb156727fce697a5b886ec4e3 (patch)
tree1a302a6df2c6344dc78985566f57a795b0efc326 /textproc/php4-wddx
parent4c96f73a3af6eec4dbb2f49d3c632e0c1a8d8295 (diff)
downloadpkgsrc-4d0568c271c1671eb156727fce697a5b886ec4e3.tar.gz
Use .CURDIR instead of PKGDIR variable (for pkglint).
Diffstat (limited to 'textproc/php4-wddx')
-rw-r--r--textproc/php4-wddx/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/php4-wddx/Makefile b/textproc/php4-wddx/Makefile
index 73b1f0bac9d..0a49fa4990e 100644
--- a/textproc/php4-wddx/Makefile
+++ b/textproc/php4-wddx/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2003/08/31 19:56:00 jdolecek Exp $
+# $NetBSD: Makefile,v 1.8 2003/09/19 13:19:12 wiz Exp $
MODNAME= wddx
CATEGORIES+= textproc
@@ -6,7 +6,7 @@ PKGREVISION= # empty
COMMENT= PHP4 extension for WDDX support
USE_BUILDLINK2= YES
-DISTINFO_FILE= ${PKGDIR}/distinfo
+DISTINFO_FILE= ${.CURDIR}/distinfo
.include "../../www/php4/Makefile.module"