ports/devel/php5-ice/files/patch-config_Make.common.rules
Ruslan Makhmatkhanov 761142e0b4 - 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>
2013-06-17 11:49:32 +00:00

16 lines
549 B
Text

--- ./config/Make.common.rules.orig 2013-06-05 13:13:29.000000000 +0400
+++ ./config/Make.common.rules 2013-06-17 09:45:21.000000000 +0400
@@ -385,13 +385,3 @@
cp -fpr $$subdir $(install_slicedir) ; \
done ; \
fi
-
- @if test ! -f $(prefix)/ICE_LICENSE$(TEXT_EXTENSION) ; \
- then \
- $(call installdata,$(top_srcdir)/../ICE_LICENSE$(TEXT_EXTENSION),$(prefix)) ; \
- fi
-
- @if test ! -f $(prefix)/LICENSE$(TEXT_EXTENSION) ; \
- then \
- $(call installdata,$(top_srcdir)/../LICENSE$(TEXT_EXTENSION),$(prefix)) ; \
- fi