php: add /etc/php/php-fpm.d/* to php-fpm conf_files; remove stale subpkg symlink.

This commit is contained in:
Steve Prybylski 2016-02-29 16:42:59 -05:00
parent 0a0324adda
commit bead04924a
2 changed files with 2 additions and 4 deletions

View file

@ -1 +0,0 @@
php

View file

@ -1,7 +1,7 @@
# Template build file for 'php'
pkgname=php
version=7.0.3
revision=1
revision=2
short_desc="An HTML-embedded scripting language"
license="PHP"
homepage="http://www.php.net"
@ -173,8 +173,7 @@ php-apache_package() {
php-fpm_package() {
short_desc+=' - FastCGI Process Manager'
depends="php-${version}_${revision}"
conf_files="/etc/php/php-fpm.conf"
make_dirs="/etc/php/fpm.d 0755 root root"
conf_files="/etc/php/php-fpm.conf /etc/php/php-fpm.d/*"
pkg_install() {
cd ${wrksrc}/build
make INSTALL_ROOT=${PKGDESTDIR} install-fpm