diff options
author | Michael Gmelin <grembo@FreeBSD.org> | 2015-07-13 19:48:31 +0000 |
---|---|---|
committer | Michael Gmelin <grembo@FreeBSD.org> | 2015-07-13 19:48:31 +0000 |
commit | 4aff7c172aea9ed50e57dd8d72b07f14e933eea3 (patch) | |
tree | 44b0b251b0efbeb4b43e52a52af7aaa13732a930 /devel/ice/files/patch-python-Makefile | |
parent | - Drop @dirrm* from plist (diff) |
Update devel/ice, devel/py-ice and devel/php5-ice to 3.6.0
PR: 201143
Differential Revision: https://reviews.freebsd.org/D2930
Reviewed by: bapt
Approved by: bapt
Tested by: Roger Leigh <rleigh@codelibre.net>
Notes
Notes:
svn path=/head/; revision=391942
Diffstat (limited to 'devel/ice/files/patch-python-Makefile')
-rw-r--r-- | devel/ice/files/patch-python-Makefile | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/ice/files/patch-python-Makefile b/devel/ice/files/patch-python-Makefile new file mode 100644 index 000000000000..ce6642471df7 --- /dev/null +++ b/devel/ice/files/patch-python-Makefile @@ -0,0 +1,11 @@ +--- python/Makefile.orig 2013-10-04 15:48:15.000000000 +0000 ++++ python/Makefile 2013-12-01 16:37:09.381657035 +0000 +@@ -15,7 +15,7 @@ + + INSTALL_SUBDIRS = $(install_pythondir) $(install_libdir) + +-install:: install-common ++install:: + @for subdir in $(INSTALL_SUBDIRS); \ + do \ + if test ! -d $(DESTDIR)$$subdir ; \ |