summaryrefslogtreecommitdiff
path: root/lang/php55/files/patch-sapi_fpm_Makefile.frag
diff options
context:
space:
mode:
authorAlex Dupre <ale@FreeBSD.org>2015-01-23 12:14:58 +0000
committerAlex Dupre <ale@FreeBSD.org>2015-01-23 12:14:58 +0000
commit4cd28d1fe9ffa4475eba390cf52578e986c1e4b7 (patch)
tree902f6248f647bd6bb072bae9f84aa97b849322dd /lang/php55/files/patch-sapi_fpm_Makefile.frag
parentUpdate to 5.6.5 release. (diff)
Update to 5.5.21 release.
Notes
Notes: svn path=/head/; revision=377731
Diffstat (limited to 'lang/php55/files/patch-sapi_fpm_Makefile.frag')
-rw-r--r--lang/php55/files/patch-sapi_fpm_Makefile.frag12
1 files changed, 0 insertions, 12 deletions
diff --git a/lang/php55/files/patch-sapi_fpm_Makefile.frag b/lang/php55/files/patch-sapi_fpm_Makefile.frag
deleted file mode 100644
index 3d0ff1979f9e..000000000000
--- a/lang/php55/files/patch-sapi_fpm_Makefile.frag
+++ /dev/null
@@ -1,12 +0,0 @@
---- sapi/fpm/Makefile.frag.orig 2013-12-10 23:31:06.000000000 +0000
-+++ sapi/fpm/Makefile.frag 2013-12-13 21:50:25.575258563 +0000
-@@ -18,6 +18,6 @@ install-fpm: $(SAPI_FPM_PATH)
- @$(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