aboutsummaryrefslogtreecommitdiff
path: root/lang/php5/Makefile
diff options
context:
space:
mode:
authorAlex Dupre <ale@FreeBSD.org>2004-07-28 08:59:35 +0000
committerAlex Dupre <ale@FreeBSD.org>2004-07-28 08:59:35 +0000
commit6d0b9e61ce8c7cc8b540123f8af9d2e08a1cf847 (patch)
tree50077926d78b3d96758f1aa79f17775e30185b9e /lang/php5/Makefile
parent17b081e986632242371a72e82414a97d83ba2cdc (diff)
downloadports-6d0b9e61ce8c7cc8b540123f8af9d2e08a1cf847.tar.gz
ports-6d0b9e61ce8c7cc8b540123f8af9d2e08a1cf847.zip
Notes
Diffstat (limited to 'lang/php5/Makefile')
-rw-r--r--lang/php5/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/php5/Makefile b/lang/php5/Makefile
index a9b6c5d4c999..8716e51689fb 100644
--- a/lang/php5/Makefile
+++ b/lang/php5/Makefile
@@ -7,7 +7,7 @@
PORTNAME= php5
PORTVERSION= 5.0.0
-PORTREVISION?= 1
+PORTREVISION?= 2
CATEGORIES?= lang devel www
MASTER_SITES= ${MASTER_SITE_PHP:S,$,:release,} \
http://downloads.php.net/ilia/:rc \
@@ -30,6 +30,7 @@ USE_REINPLACE= yes
CONFIGURE_ARGS= --enable-versioning \
--enable-memory-limit \
--with-layout=GNU \
+ --with-config-file-scan-dir=${PREFIX}/etc/php \
--disable-all \
--enable-libxml \
--with-libxml-dir=${LOCALBASE} \
@@ -195,7 +196,6 @@ post-install:
@${INSTALL_DATA} ${WRKSRC}/php.ini-dist ${PREFIX}/etc
@${INSTALL_DATA} ${WRKSRC}/php.ini-recommended ${PREFIX}/etc
@${INSTALL_DATA} ${WRKDIR}/php.conf ${PREFIX}/etc
- @${TOUCH} ${PREFIX}/etc/php.ini
@${TOUCH} ${PREFIX}/include/php/ext/php_config.h
.if defined(WITH_APACHE)
@${CAT} ${PKGMESSAGE}