diff options
author | wiz <wiz> | 2003-09-19 13:19:12 +0000 |
---|---|---|
committer | wiz <wiz> | 2003-09-19 13:19:12 +0000 |
commit | de162c22e9bba639b5094180d84d5746b3f7f29b (patch) | |
tree | 1a302a6df2c6344dc78985566f57a795b0efc326 /www | |
parent | afc9d738f95968a6fb81242da8406711ff757045 (diff) | |
download | pkgsrc-de162c22e9bba639b5094180d84d5746b3f7f29b.tar.gz |
Use .CURDIR instead of PKGDIR variable (for pkglint).
Diffstat (limited to 'www')
-rw-r--r-- | www/php4-apc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/php4-apc/Makefile b/www/php4-apc/Makefile index 8cda579d6f4..c81e8cf0bd9 100644 --- a/www/php4-apc/Makefile +++ b/www/php4-apc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2003/08/31 19:56:08 jdolecek Exp $ +# $NetBSD: Makefile,v 1.8 2003/09/19 13:19:34 wiz Exp $ DISTNAME= apc-1.1.0pl1 PKGNAME= php-apc-1.1.0.1 @@ -14,7 +14,7 @@ COMMENT= Alternative PHP Cache for PHP4 EXTRACT_ELEMENTS= # empty USE_BUILDLINK2= YES -DISTINFO_FILE= ${PKGDIR}/distinfo +DISTINFO_FILE= ${.CURDIR}/distinfo .include "../../www/php4/Makefile.module" |