php-apache: conf file in etc/httpd/extra not etc/httpd/conf/extra.
Thanks to jeanjack on irc.
This commit is contained in:
parent
c8dcb286b8
commit
d95e7296ff
|
@ -1,7 +1,7 @@
|
|||
# Template build file for 'php'
|
||||
pkgname=php
|
||||
version=5.6.7
|
||||
revision=1
|
||||
revision=2
|
||||
short_desc="An HTML-embedded scripting language"
|
||||
license="PHP"
|
||||
homepage="http://www.php.net"
|
||||
|
@ -194,10 +194,10 @@ php-cgi_package() {
|
|||
php-apache_package() {
|
||||
short_desc+=' - Apache SAPI'
|
||||
depends="php-${version}_${revision}"
|
||||
conf_files="/etc/httpd/conf/extra/php5_module.conf"
|
||||
conf_files="/etc/httpd/extra/php5_module.conf"
|
||||
pkg_install() {
|
||||
vinstall ${wrksrc}/build-apache/libs/libphp5.so 755 usr/libexec/httpd/modules
|
||||
vinstall ${FILESDIR}/apache.conf 644 etc/httpd/conf/extra php5_module.conf
|
||||
vinstall ${FILESDIR}/apache.conf 644 etc/httpd/extra php5_module.conf
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue