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/b11fbfb338f3
branches:  trunk
changeset: 461689:b11fbfb338f3
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Fri Sep 19 12:22:44 2003 +0000

description:
Use .CURDIR instead of PKGDIR variable (for pkglint).

diffstat:

 mail/php4-imap/Makefile   |  4 ++--
 math/php4-bcmath/Makefile |  4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (36 lines):

diff -r 894aec2122f4 -r b11fbfb338f3 mail/php4-imap/Makefile
--- a/mail/php4-imap/Makefile   Fri Sep 19 12:21:43 2003 +0000
+++ b/mail/php4-imap/Makefile   Fri Sep 19 12:22:44 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2003/08/31 19:55:47 jdolecek Exp $
+# $NetBSD: Makefile,v 1.12 2003/09/19 12:22:44 wiz Exp $
 
 MODNAME=               imap
 CATEGORIES+=           mail
@@ -6,7 +6,7 @@
 COMMENT=               PHP4 extension for IMAP (Internet Mailbox Access Protocol)
 
 USE_BUILDLINK2=                YES
-DISTINFO_FILE=         ${PKGDIR}/distinfo
+DISTINFO_FILE=         ${.CURDIR}/distinfo
 
 .include "../../www/php4/Makefile.module"
 
diff -r 894aec2122f4 -r b11fbfb338f3 math/php4-bcmath/Makefile
--- a/math/php4-bcmath/Makefile Fri Sep 19 12:21:43 2003 +0000
+++ b/math/php4-bcmath/Makefile Fri Sep 19 12:22:44 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2003/08/31 19:55:49 jdolecek Exp $
+# $NetBSD: Makefile,v 1.6 2003/09/19 12:23:06 wiz Exp $
 
 MODNAME=               bcmath
 CATEGORIES+=           math
@@ -6,7 +6,7 @@
 COMMENT=               PHP4 extension for bc-style arbitrary precision math
 
 USE_BUILDLINK2=                YES
-DISTINFO_FILE=         ${PKGDIR}/distinfo
+DISTINFO_FILE=         ${.CURDIR}/distinfo
 
 .include "../../www/php4/Makefile.module"
 



Home | Main Index | Thread Index | Old Index