diff options
author | jdolecek <jdolecek> | 2004-12-17 07:36:13 +0000 |
---|---|---|
committer | jdolecek <jdolecek> | 2004-12-17 07:36:13 +0000 |
commit | 5ede7375b1a6f387180a65985e53b69a8a7020d3 (patch) | |
tree | 93d5a488fa955ed31d63ddf0b6468fe4437673b0 /lang | |
parent | c911353513b7be34d2e3355c6ff5776c28bef8c1 (diff) | |
download | pkgsrc-5ede7375b1a6f387180a65985e53b69a8a7020d3.tar.gz |
move DISTINFO_FILE setting from Makefile.common to Makefile.php,
so that it PECL extension packages could override it properly
Diffstat (limited to 'lang')
-rw-r--r-- | lang/php5/Makefile.common | 3 | ||||
-rw-r--r-- | lang/php5/Makefile.php | 4 |
2 files changed, 4 insertions, 3 deletions
diff --git a/lang/php5/Makefile.common b/lang/php5/Makefile.common index 67e059f8243..a7f803f5cdf 100644 --- a/lang/php5/Makefile.common +++ b/lang/php5/Makefile.common @@ -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 @@ MASTER_SITES?= http://www.php.net/distributions/ \ 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 HOMEPAGE?= http://www.php.net/ diff --git a/lang/php5/Makefile.php b/lang/php5/Makefile.php index a6ed23f419c..591d09d190f 100644 --- a/lang/php5/Makefile.php +++ b/lang/php5/Makefile.php @@ -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 |