aboutsummaryrefslogtreecommitdiff
path: root/graphics/uniconvertor/Makefile
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2014-12-03 16:49:59 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2014-12-03 16:49:59 +0000
commit627eb68e171195b1de76310e784970f3cc7410d2 (patch)
tree8a1811080361760fbfe98f4c701f6e171883b0fe /graphics/uniconvertor/Makefile
parent84528a233d150e2662aeb2357d7d601fb7130573 (diff)
downloadports-627eb68e171195b1de76310e784970f3cc7410d2.tar.gz
ports-627eb68e171195b1de76310e784970f3cc7410d2.zip
- Strip in PREFIX-, not in LOCALBASE-relative path
Notes
Notes: svn path=/head/; revision=373841
Diffstat (limited to 'graphics/uniconvertor/Makefile')
-rw-r--r--graphics/uniconvertor/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/uniconvertor/Makefile b/graphics/uniconvertor/Makefile
index eed326b76c36..458db1aa6897 100644
--- a/graphics/uniconvertor/Makefile
+++ b/graphics/uniconvertor/Makefile
@@ -16,6 +16,6 @@ USES= python
USE_PYTHON= distutils
post-install:
- ${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/uniconvertor/app/modules/*.so
+ ${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/uniconvertor/app/modules/*.so
.include <bsd.port.mk>