mirror of
https://git.freebsd.org/ports.git
synced 2025-06-08 06:10:30 -04:00
- 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>
16 lines
549 B
Text
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
|