summaryrefslogtreecommitdiff
path: root/devel/py-ice/files/patch-py-python-Makefile
diff options
context:
space:
mode:
authorRuslan Makhmatkhanov <rm@FreeBSD.org>2013-06-17 11:46:10 +0000
committerRuslan Makhmatkhanov <rm@FreeBSD.org>2013-06-17 11:46:10 +0000
commit39e47a61bec9559a8a7dd9da7f3dd91a21c5cf5f (patch)
treec95e97cb332b1e62a086710c630f95c725eaaa57 /devel/py-ice/files/patch-py-python-Makefile
parent- chase devel/ice update (diff)
- update to 3.5.0
- relax version limit in USE_PYTHON (python3 is now supported too) PR: 179240 Submitted by: Michael Gmelin <freebsd@grem.de> (maintainer)
Notes
Notes: svn path=/head/; revision=321098
Diffstat (limited to 'devel/py-ice/files/patch-py-python-Makefile')
-rw-r--r--devel/py-ice/files/patch-py-python-Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/py-ice/files/patch-py-python-Makefile b/devel/py-ice/files/patch-py-python-Makefile
index d808f28defb0..948ffc8e1348 100644
--- a/devel/py-ice/files/patch-py-python-Makefile
+++ b/devel/py-ice/files/patch-py-python-Makefile
@@ -9,7 +9,7 @@
@for i in $(PACKAGES) ; \
do \
- $(INSTALL_DATA) -r $$i $(install_pythondir) ; \
-+ $(INSTALL_DATA) -d $(install_pythondir)/$$i ; \
++ mkdir -p $(install_pythondir)/$$i ; \
+ $(INSTALL_DATA) $$i/*.py* $(install_pythondir)/$$i ; \
done