Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 3 Dec 2014 16:50:00 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r373841 - head/graphics/uniconvertor
Message-ID:  <201412031650.sB3Go0bc088089@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Wed Dec  3 16:49:59 2014
New Revision: 373841
URL: https://svnweb.freebsd.org/changeset/ports/373841
QAT: https://qat.redports.org/buildarchive/r373841/

Log:
  - Strip in PREFIX-, not in LOCALBASE-relative path

Modified:
  head/graphics/uniconvertor/Makefile

Modified: head/graphics/uniconvertor/Makefile
==============================================================================
--- head/graphics/uniconvertor/Makefile	Wed Dec  3 16:10:52 2014	(r373840)
+++ head/graphics/uniconvertor/Makefile	Wed Dec  3 16:49:59 2014	(r373841)
@@ -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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201412031650.sB3Go0bc088089>