diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2014-12-04 00:49:59 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2014-12-04 00:49:59 +0800 |
commit | 6ad227f24a471a4bbb46bc63b3d48f7b41b3a429 (patch) | |
tree | 8a1811080361760fbfe98f4c701f6e171883b0fe | |
parent | e1a82f7c2254263006e70d01f9a6afc17353a276 (diff) | |
download | freebsd-ports-gnome-6ad227f24a471a4bbb46bc63b3d48f7b41b3a429.tar.gz freebsd-ports-gnome-6ad227f24a471a4bbb46bc63b3d48f7b41b3a429.tar.zst freebsd-ports-gnome-6ad227f24a471a4bbb46bc63b3d48f7b41b3a429.zip |
- Strip in PREFIX-, not in LOCALBASE-relative path
-rw-r--r-- | graphics/uniconvertor/Makefile | 2 |
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> |