diff options
author | wiz <wiz@pkgsrc.org> | 2003-09-19 13:19:12 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2003-09-19 13:19:12 +0000 |
commit | fe284e8dbf3f067b0226c3948adf8046abb92a90 (patch) | |
tree | 1a302a6df2c6344dc78985566f57a795b0efc326 /textproc | |
parent | 833162b90d1a94f988a6291d1289b96e9b155115 (diff) | |
download | pkgsrc-fe284e8dbf3f067b0226c3948adf8046abb92a90.tar.gz |
Use .CURDIR instead of PKGDIR variable (for pkglint).
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/php4-wddx/Makefile | 4 |
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" |