php-apache: conf file in etc/httpd/extra not etc/httpd/conf/extra.

Thanks to jeanjack on irc.
This commit is contained in:
Juan RP 2015-04-03 11:05:25 +02:00
parent c8dcb286b8
commit d95e7296ff

View file

@ -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
}
}