pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www/php4-apc Set DISTINFO_FILE after included php/ext....
details: https://anonhg.NetBSD.org/pkgsrc/rev/c3012c9e245b
branches: trunk
changeset: 485128:c3012c9e245b
user: wiz <wiz%pkgsrc.org@localhost>
date: Sat Dec 04 12:05:15 2004 +0000
description:
Set DISTINFO_FILE after included php/ext.mk, because it overwrites it.
diffstat:
www/php4-apc/Makefile | 7 +++++--
1 files changed, 5 insertions(+), 2 deletions(-)
diffs (27 lines):
diff -r dcab02670a43 -r c3012c9e245b www/php4-apc/Makefile
--- a/www/php4-apc/Makefile Sat Dec 04 12:03:42 2004 +0000
+++ b/www/php4-apc/Makefile Sat Dec 04 12:05:15 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2004/11/05 21:44:44 jdolecek Exp $
+# $NetBSD: Makefile,v 1.15 2004/12/04 12:05:15 wiz Exp $
DISTNAME= APC-2.0.4
PKGNAME= php-${DISTNAME:tl}
@@ -15,7 +15,6 @@
WRKSRC= ${WRKDIR}/${DISTNAME}
USE_BUILDLINK3= YES
-DISTINFO_FILE= ${.CURDIR}/distinfo
CONFIGURE_ARGS+= --enable-${MODNAME}
@@ -29,5 +28,9 @@
INSTALL LICENSE NOTICE ${DOCDIR}
PHP_VERSION_REQD= 4 # PHP 4.x only
+
.include "../../lang/php/ext.mk"
+# override with local distinfo file
+DISTINFO_FILE= ${.CURDIR}/distinfo
+
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index