summaryrefslogtreecommitdiff
path: root/devel/php5-ice/files/patch-php-lib-Makefile
diff options
context:
space:
mode:
authorRuslan Makhmatkhanov <rm@FreeBSD.org>2013-06-17 11:49:32 +0000
committerRuslan Makhmatkhanov <rm@FreeBSD.org>2013-06-17 11:49:32 +0000
commit761142e0b457320078fb74141c84617b594d19ea (patch)
tree5354be0492f185c9201cb749801d3d2829732fab /devel/php5-ice/files/patch-php-lib-Makefile
parent- update to 3.5.0 (diff)
- update to 3.5.0
- pass maintainership to submitter - new style Makefile header - optionsNG - install shared PHP file in the correct place - don't install slice files anymore, since devel/ice (a dependency) already installs those in the correct location - add license (GPLv2) - fix BUILD_DEPENDS - add option that allows to use of PHP5 namespaces - support PHP 5.4 - fixes for Clang and C++11 - remove outdated pkg-message - fix patch filenames PR: 179241 Submitted by: Michael Gmelin <freebsd@grem.de>
Notes
Notes: svn path=/head/; revision=321099
Diffstat (limited to 'devel/php5-ice/files/patch-php-lib-Makefile')
-rw-r--r--devel/php5-ice/files/patch-php-lib-Makefile12
1 files changed, 12 insertions, 0 deletions
diff --git a/devel/php5-ice/files/patch-php-lib-Makefile b/devel/php5-ice/files/patch-php-lib-Makefile
new file mode 100644
index 000000000000..876fe82c4304
--- /dev/null
+++ b/devel/php5-ice/files/patch-php-lib-Makefile
@@ -0,0 +1,12 @@
+--- php/lib/Makefile.orig 2013-06-02 12:11:06.451195440 +0000
++++ php/lib/Makefile 2013-06-02 12:16:29.249191742 +0000
+@@ -167,7 +167,8 @@
+ @echo "Installing generated code"
+ @for i in $(MODULES) ; \
+ do \
+- $(INSTALL_DATA) -r $$i $(install_phpdir) ; \
++ mkdir -p $(install_phpdir)/$$i ; \
++ $(INSTALL_DATA) $$i/*.php $(install_phpdir)/$$i ; \
+ done
+ @for i in $(MODULE_SRCS) ; \
+ do \