pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/lang/php5 move DISTINFO_FILE setting from Makefile.com...
details: https://anonhg.NetBSD.org/pkgsrc/rev/d55efdd4d5a4
branches: trunk
changeset: 485599:d55efdd4d5a4
user: jdolecek <jdolecek%pkgsrc.org@localhost>
date: Fri Dec 17 07:36:13 2004 +0000
description:
move DISTINFO_FILE setting from Makefile.common to Makefile.php,
so that it PECL extension packages could override it properly
diffstat:
lang/php5/Makefile.common | 3 +--
lang/php5/Makefile.php | 4 +++-
2 files changed, 4 insertions(+), 3 deletions(-)
diffs (32 lines):
diff -r fe48d310a21e -r d55efdd4d5a4 lang/php5/Makefile.common
--- a/lang/php5/Makefile.common Fri Dec 17 07:35:56 2004 +0000
+++ b/lang/php5/Makefile.common Fri Dec 17 07:36:13 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.4 2004/11/04 18:38:55 jdolecek Exp $
+# $NetBSD: Makefile.common,v 1.5 2004/12/17 07:36:13 jdolecek Exp $
#
DISTNAME?= php-${PHP_BASE_VERS}
@@ -7,7 +7,6 @@
http://php3.de/distributions/ \
ftp://ftp.php.net/pub/distributions/
EXTRACT_SUFX?= .tar.bz2
-DISTINFO_FILE= ${.CURDIR}/../../lang/php5/distinfo
MAINTAINER?= tech-pkg%NetBSD.org@localhost
HOMEPAGE?= http://www.php.net/
diff -r fe48d310a21e -r d55efdd4d5a4 lang/php5/Makefile.php
--- a/lang/php5/Makefile.php Fri Dec 17 07:35:56 2004 +0000
+++ b/lang/php5/Makefile.php Fri Dec 17 07:36:13 2004 +0000
@@ -1,8 +1,10 @@
-# $NetBSD: Makefile.php,v 1.1 2004/11/04 18:38:55 jdolecek Exp $
+# $NetBSD: Makefile.php,v 1.2 2004/12/17 07:36:13 jdolecek Exp $
#
.include "../../lang/php5/Makefile.common"
+DISTINFO_FILE= ${.CURDIR}/../../lang/php5/distinfo
+
BUILD_DEFS= USE_INET6
USE_LIBTOOL= YES
Home |
Main Index |
Thread Index |
Old Index