diff options
author | Dirk Froemberg <dirk@FreeBSD.org> | 1999-07-03 09:50:42 +0000 |
---|---|---|
committer | Dirk Froemberg <dirk@FreeBSD.org> | 1999-07-03 09:50:42 +0000 |
commit | 9a761681bb0c0cb304ad48732c10520cd04afa6a (patch) | |
tree | 3197575478d6701f2e45ab1bbe2ca5c5a9a95f79 /www/mod_php5/Makefile | |
parent | a48bc2f5ee88057e1c8de2ba169be8a51403de9c (diff) |
- php3.ini lives in ${PREFIX}/etc (instead of ${PREFIX}/lib), now.
- redirect output of scripts/configure.php globally instead of redirecting
each echo (saves about 900 bytes 8-).
Notes
Notes:
svn path=/head/; revision=19967
Diffstat (limited to 'www/mod_php5/Makefile')
-rw-r--r-- | www/mod_php5/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/mod_php5/Makefile b/www/mod_php5/Makefile index 21c7d56a3e1b..44e564b98c4e 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.79 1999/06/26 11:53:00 dirk Exp $ +# $Id: Makefile,v 1.80 1999/07/01 11:28:24 dirk Exp $ # DISTNAME= apache_${VERSION_APACHE} @@ -86,7 +86,7 @@ PHP3_CONF_ARGS= --prefix=${PREFIX} \ ${CONFIGURE_TARGET} \ --with-system-regex \ --with-apache=${WRKSRC} \ - --with-config-file-path=${PREFIX}/lib \ + --with-config-file-path=${PREFIX}/etc \ --disable-debug \ --enable-track-vars @@ -120,7 +120,7 @@ post-install: ${ECHO} "[ -x ${PREFIX}/sbin/apachectl ] && ${PREFIX}/sbin/apachectl start${SSL} > /dev/null && ${ECHO} -n ' apache'" >> ${PREFIX}/etc/rc.d/apache.sh; \ chmod 751 ${PREFIX}/etc/rc.d/apache.sh; \ fi - ${INSTALL_DATA} ${WRKDIR}/php-${VERSION_PHP3}/php3.ini-dist ${PREFIX}/lib + ${INSTALL_DATA} ${WRKDIR}/php-${VERSION_PHP3}/php3.ini-dist ${PREFIX}/etc .for i in php2 php3 phpi phps ${INSTALL_DATA} ${WRKDIR}/php-${VERSION_PHP3}/extra/icons/$i.gif ${PREFIX}/share/apache/icons .endfor |