summaryrefslogtreecommitdiff
path: root/lang/php5
diff options
context:
space:
mode:
authorjdolecek <jdolecek>2005-05-07 18:50:24 +0000
committerjdolecek <jdolecek>2005-05-07 18:50:24 +0000
commit71094495fd9cc71eff04af22bf4b1a6caf9fe416 (patch)
tree7d8ad568b88246a9c664d2083336aae9b4aa7839 /lang/php5
parentda47a637a166d63876e197995ce99dfd30b92214 (diff)
downloadpkgsrc-71094495fd9cc71eff04af22bf4b1a6caf9fe416.tar.gz
do not define MASTER_SITES and EXTRACT_SUFX if PECL_VERSION is set,
so that lang/php/ext.php need not use = assignment and extensions would be able to use different setting
Diffstat (limited to 'lang/php5')
-rw-r--r--lang/php5/Makefile.common5
1 files changed, 4 insertions, 1 deletions
diff --git a/lang/php5/Makefile.common b/lang/php5/Makefile.common
index 3fbae5d7946..86f1835b25b 100644
--- a/lang/php5/Makefile.common
+++ b/lang/php5/Makefile.common
@@ -1,12 +1,15 @@
-# $NetBSD: Makefile.common,v 1.8 2005/04/11 20:16:02 jdolecek Exp $
+# $NetBSD: Makefile.common,v 1.9 2005/05/07 18:50:24 jdolecek Exp $
#
DISTNAME?= php-${PHP_BASE_VERS}
CATEGORIES+= www
+
+.if !defined(PECL_VERSION)
MASTER_SITES?= http://www.php.net/distributions/ \
http://php3.de/distributions/ \
ftp://ftp.php.net/pub/distributions/
EXTRACT_SUFX?= .tar.bz2
+.endif
MAINTAINER?= jdolecek@NetBSD.org
HOMEPAGE?= http://www.php.net/