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 | 4d0568c271c1671eb156727fce697a5b886ec4e3 (patch) | |
tree | 1a302a6df2c6344dc78985566f57a795b0efc326 /www | |
parent | 4c96f73a3af6eec4dbb2f49d3c632e0c1a8d8295 (diff) | |
download | pkgsrc-4d0568c271c1671eb156727fce697a5b886ec4e3.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" |