diff options
author | Dirk Froemberg <dirk@FreeBSD.org> | 2001-05-24 21:41:49 +0000 |
---|---|---|
committer | Dirk Froemberg <dirk@FreeBSD.org> | 2001-05-24 21:41:49 +0000 |
commit | fa57b96e72b69b49874c6a85d603442108c47a01 (patch) | |
tree | 3c99e3bac63700c902170a9cf68ecb839941de8a /www/mod_php3 | |
parent | f1c80f1988f76d7e6eab83544c174f0281cfc1ef (diff) | |
download | ports-fa57b96e72b69b49874c6a85d603442108c47a01.tar.gz ports-fa57b96e72b69b49874c6a85d603442108c47a01.zip |
Notes
Diffstat (limited to 'www/mod_php3')
-rw-r--r-- | www/mod_php3/Makefile | 2 | ||||
-rw-r--r-- | www/mod_php3/pkg-plist | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/www/mod_php3/Makefile b/www/mod_php3/Makefile index e5154293668d..51c47bbb9841 100644 --- a/www/mod_php3/Makefile +++ b/www/mod_php3/Makefile @@ -62,8 +62,6 @@ pre-fetch: post-install: .if !defined(STANDALONE) - @${ECHO} "Restarting Apache..." - @${PREFIX}/sbin/apachectl restart @${INSTALL_DATA} ${WRKSRC}/php3.ini-dist ${PREFIX}/etc .else @${MKDIR} ${PREFIX}/etc/php.standalone diff --git a/www/mod_php3/pkg-plist b/www/mod_php3/pkg-plist index 20bcffb816e2..aaf14991fa47 100644 --- a/www/mod_php3/pkg-plist +++ b/www/mod_php3/pkg-plist @@ -2,5 +2,3 @@ etc/php3.ini-dist %%AP_LIBEXEC%%/libphp3.so @exec %D/sbin/apxs -e -a -n php3 %f @unexec %D/sbin/apxs -e -A -n php3 %f -@exec %D/sbin/apachectl restart -@unexec %D/sbin/apachectl restart |