summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorjdolecek <jdolecek@pkgsrc.org>2004-12-17 07:36:13 +0000
committerjdolecek <jdolecek@pkgsrc.org>2004-12-17 07:36:13 +0000
commitafd6a3bb7ea21b163ca8dc12c8590a1491ee9de2 (patch)
tree93d5a488fa955ed31d63ddf0b6468fe4437673b0 /lang
parent556f47ed72bf2a2d6346e16a473a09097e80b317 (diff)
downloadpkgsrc-afd6a3bb7ea21b163ca8dc12c8590a1491ee9de2.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.common3
-rw-r--r--lang/php5/Makefile.php4
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