pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc Use .CURDIR instead of PKGDIR variable (for pkglint).
details: https://anonhg.NetBSD.org/pkgsrc/rev/b9fabc3b7d38
branches: trunk
changeset: 461699:b9fabc3b7d38
user: wiz <wiz%pkgsrc.org@localhost>
date: Fri Sep 19 13:19:12 2003 +0000
description:
Use .CURDIR instead of PKGDIR variable (for pkglint).
diffstat:
textproc/php4-wddx/Makefile | 4 ++--
www/php4-apc/Makefile | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diffs (36 lines):
diff -r b37424bc3e20 -r b9fabc3b7d38 textproc/php4-wddx/Makefile
--- a/textproc/php4-wddx/Makefile Fri Sep 19 13:18:30 2003 +0000
+++ b/textproc/php4-wddx/Makefile Fri Sep 19 13:19:12 2003 +0000
@@ -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 @@
COMMENT= PHP4 extension for WDDX support
USE_BUILDLINK2= YES
-DISTINFO_FILE= ${PKGDIR}/distinfo
+DISTINFO_FILE= ${.CURDIR}/distinfo
.include "../../www/php4/Makefile.module"
diff -r b37424bc3e20 -r b9fabc3b7d38 www/php4-apc/Makefile
--- a/www/php4-apc/Makefile Fri Sep 19 13:18:30 2003 +0000
+++ b/www/php4-apc/Makefile Fri Sep 19 13:19:12 2003 +0000
@@ -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 @@
EXTRACT_ELEMENTS= # empty
USE_BUILDLINK2= YES
-DISTINFO_FILE= ${PKGDIR}/distinfo
+DISTINFO_FILE= ${.CURDIR}/distinfo
.include "../../www/php4/Makefile.module"
Home |
Main Index |
Thread Index |
Old Index