pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/databases/php4-mysql Fix DISTINFO_FILE value.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/28c3ea49643f
branches:  trunk
changeset: 475286:28c3ea49643f
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Thu May 13 13:08:28 2004 +0000

description:
Fix DISTINFO_FILE value.

diffstat:

 databases/php4-mysql/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 71911353f6c0 -r 28c3ea49643f databases/php4-mysql/Makefile
--- a/databases/php4-mysql/Makefile     Thu May 13 13:00:07 2004 +0000
+++ b/databases/php4-mysql/Makefile     Thu May 13 13:08:28 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2004/04/25 01:12:49 xtraeme Exp $
+# $NetBSD: Makefile,v 1.13 2004/05/13 13:08:28 wiz Exp $
 
 MODNAME=               mysql
 CATEGORIES+=           databases
@@ -7,7 +7,7 @@
 
 MAINTAINER=            tech-pkg%NetBSD.org@localhost
 
-DISTINFO_FILE=         ${PKGDIR}/distinfo
+DISTINFO_FILE=         ${.CURDIR}/distinfo
 
 .include "../../www/php4/Makefile.module"
 



Home | Main Index | Thread Index | Old Index