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 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template build file for 'php'
|
# Template build file for 'php'
|
||||||
pkgname=php
|
pkgname=php
|
||||||
version=5.6.7
|
version=5.6.7
|
||||||
revision=1
|
revision=2
|
||||||
short_desc="An HTML-embedded scripting language"
|
short_desc="An HTML-embedded scripting language"
|
||||||
license="PHP"
|
license="PHP"
|
||||||
homepage="http://www.php.net"
|
homepage="http://www.php.net"
|
||||||
|
@ -194,10 +194,10 @@ php-cgi_package() {
|
||||||
php-apache_package() {
|
php-apache_package() {
|
||||||
short_desc+=' - Apache SAPI'
|
short_desc+=' - Apache SAPI'
|
||||||
depends="php-${version}_${revision}"
|
depends="php-${version}_${revision}"
|
||||||
conf_files="/etc/httpd/conf/extra/php5_module.conf"
|
conf_files="/etc/httpd/extra/php5_module.conf"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vinstall ${wrksrc}/build-apache/libs/libphp5.so 755 usr/libexec/httpd/modules
|
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 a new issue