summaryrefslogtreecommitdiff
path: root/lang/php5/Makefile.common
diff options
context:
space:
mode:
authorjdolecek <jdolecek>2004-12-17 07:36:13 +0000
committerjdolecek <jdolecek>2004-12-17 07:36:13 +0000
commit5ede7375b1a6f387180a65985e53b69a8a7020d3 (patch)
tree93d5a488fa955ed31d63ddf0b6468fe4437673b0 /lang/php5/Makefile.common
parentc911353513b7be34d2e3355c6ff5776c28bef8c1 (diff)
downloadpkgsrc-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/php5/Makefile.common')
-rw-r--r--lang/php5/Makefile.common3
1 files changed, 1 insertions, 2 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/