summaryrefslogtreecommitdiff
path: root/www/php4/Makefile.common
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2002-03-01 22:51:42 +0000
committerjlam <jlam@pkgsrc.org>2002-03-01 22:51:42 +0000
commitf2e9870864ca9acb04bdc86d9b6c4c1a1e370a21 (patch)
tree999567f73e30ae268100937d1b819b87fe939580 /www/php4/Makefile.common
parentabac0c82a610a8ea91b51b4850e1ffc2167177d9 (diff)
downloadpkgsrc-f2e9870864ca9acb04bdc86d9b6c4c1a1e370a21.tar.gz
Replace some = with ?= so that the values may be overridden in PHP4 module
package Makefiles. This fixes breakage in php4-apc noted by Jon Buller in private e-mail.
Diffstat (limited to 'www/php4/Makefile.common')
-rw-r--r--www/php4/Makefile.common8
1 files changed, 4 insertions, 4 deletions
diff --git a/www/php4/Makefile.common b/www/php4/Makefile.common
index cc14c64edd0..d8ab0a983f0 100644
--- a/www/php4/Makefile.common
+++ b/www/php4/Makefile.common
@@ -1,13 +1,13 @@
-# $NetBSD: Makefile.common,v 1.23 2002/02/28 06:14:46 jlam Exp $
+# $NetBSD: Makefile.common,v 1.24 2002/03/01 22:51:42 jlam Exp $
-DISTNAME= php-${PHP_DIST_VERS}
+DISTNAME?= php-${PHP_DIST_VERS}
CATEGORIES+= www php4
MASTER_SITES= http://www.php.net/distributions/ \
http://php3.de/distributions/ \
ftp://ftp.php.net/pub/distributions/
-MAINTAINER= jlam@netbsd.org
-HOMEPAGE= http://www.php.net/
+MAINTAINER?= jlam@netbsd.org
+HOMEPAGE?= http://www.php.net/
# Version numbering scheme:
#