summaryrefslogtreecommitdiff
path: root/www/mod_php5/Makefile
diff options
context:
space:
mode:
authorDirk Froemberg <dirk@FreeBSD.org>1999-06-10 10:24:41 +0000
committerDirk Froemberg <dirk@FreeBSD.org>1999-06-10 10:24:41 +0000
commitcc7c8af27209540ffd9d991e4a5df3073e13972a (patch)
treeb2443b256e65094d5dd08ea921c6769cfbb2336d /www/mod_php5/Makefile
parentFixup PLIST to include all installed files. (diff)
Upgrade to PHP-3.0.9.
Notes
Notes: svn path=/head/; revision=19405
Diffstat (limited to 'www/mod_php5/Makefile')
-rw-r--r--www/mod_php5/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/www/mod_php5/Makefile b/www/mod_php5/Makefile
index 9e186edc35df..53bab91b18a4 100644
--- a/www/mod_php5/Makefile
+++ b/www/mod_php5/Makefile
@@ -3,7 +3,7 @@
# Date created: So 21 Jun 1998 16:09:39 CEST
# Whom: Stefan Herrmann <stefan@asterix.webaffairs.net>
#
-# $Id: Makefile,v 1.75 1999/05/05 20:16:06 dirk Exp $
+# $Id: Makefile,v 1.76 1999/05/27 23:20:33 dirk Exp $
#
DISTNAME= apache_${VERSION_APACHE}
@@ -36,7 +36,7 @@ MAINTAINER= dirk@FreeBSD.ORG
Y2K= http://www.php.net/y2k.php3
VERSION_APACHE= 1.3.6
-VERSION_PHP3= 3.0.8
+VERSION_PHP3= 3.0.9
USE_PERL5= yes
HAS_CONFIGURE= yes
@@ -90,8 +90,8 @@ PHP3_CONF_ARGS= --prefix=${PREFIX} \
--disable-debug \
--enable-track-vars
-pre-fetch:
.if !defined(BATCH)
+pre-fetch:
@${SETENV} ${SCRIPTS_ENV} ${SH} ${SCRIPTDIR}/configure.php
.endif