aboutsummaryrefslogtreecommitdiff
path: root/graphics/uniconvertor/Makefile
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2014-09-29 14:36:58 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2014-09-29 14:36:58 +0000
commite422e68e12a8ec3879662d2a08905113c73b3748 (patch)
tree38953905063344198111ee3f8d83e7d2174ce44e /graphics/uniconvertor/Makefile
parent825768b0453213d3f2b42ce06c08946c3bdbb2ed (diff)
downloadports-e422e68e12a8ec3879662d2a08905113c73b3748.tar.gz
ports-e422e68e12a8ec3879662d2a08905113c73b3748.zip
- Convert to USES=python
- Strip libraries
Notes
Notes: svn path=/head/; revision=369524
Diffstat (limited to 'graphics/uniconvertor/Makefile')
-rw-r--r--graphics/uniconvertor/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/graphics/uniconvertor/Makefile b/graphics/uniconvertor/Makefile
index afca8f5c8345..eed326b76c36 100644
--- a/graphics/uniconvertor/Makefile
+++ b/graphics/uniconvertor/Makefile
@@ -12,7 +12,10 @@ COMMENT= Universal vector graphics translator
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/sk1libs/__init__.py:${PORTSDIR}/graphics/sk1libs
-USE_PYTHON= yes
-USE_PYDISTUTILS=yes
+USES= python
+USE_PYTHON= distutils
+
+post-install:
+ ${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/uniconvertor/app/modules/*.so
.include <bsd.port.mk>