diff options
author | Alex Dupre <ale@FreeBSD.org> | 2013-06-24 14:32:11 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2013-06-24 14:32:11 +0000 |
commit | 7fe96c109332ecdb411ceef911efd11085a88346 (patch) | |
tree | fd816d2c8b34ef7db2d6bcabe7358eaa7fb2d04f /lang/php55/files/patch-sapi_fpm_Makefile.frag | |
parent | graphics/radius-engine: minor fixes (diff) |
Welcome PHP 5.5!
Future steps:
- rename current php5 ports to php54
- make php55 the default one after an exp-run
Notes
Notes:
svn path=/head/; revision=321684
Diffstat (limited to 'lang/php55/files/patch-sapi_fpm_Makefile.frag')
-rw-r--r-- | lang/php55/files/patch-sapi_fpm_Makefile.frag | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/lang/php55/files/patch-sapi_fpm_Makefile.frag b/lang/php55/files/patch-sapi_fpm_Makefile.frag new file mode 100644 index 000000000000..3d777795dd86 --- /dev/null +++ b/lang/php55/files/patch-sapi_fpm_Makefile.frag @@ -0,0 +1,12 @@ +--- sapi/fpm/Makefile.frag.orig 2011-10-08 23:04:10.000000000 +0200 ++++ sapi/fpm/Makefile.frag 2012-02-09 16:43:25.000000000 +0100 +@@ -27,6 +27,6 @@ + @$(mkinstalldirs) $(INSTALL_ROOT)$(mandir)/man8 + @$(INSTALL_DATA) sapi/fpm/php-fpm.8 $(INSTALL_ROOT)$(mandir)/man8/php-fpm$(program_suffix).8 + +- @echo "Installing PHP FPM status page: $(INSTALL_ROOT)$(datadir)/fpm/" +- @$(mkinstalldirs) $(INSTALL_ROOT)$(datadir)/fpm +- @$(INSTALL_DATA) sapi/fpm/status.html $(INSTALL_ROOT)$(datadir)/fpm/status.html ++ @echo "Installing PHP FPM status page: $(INSTALL_ROOT)$(datadir)/php/fpm/" ++ @$(mkinstalldirs) $(INSTALL_ROOT)$(datadir)/php/fpm ++ @$(INSTALL_DATA) sapi/fpm/status.html $(INSTALL_ROOT)$(datadir)/php/fpm/status.html |