Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 4 Apr 2018 04:37:27 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r466391 - head/devel/py-python-Levenshtein
Message-ID:  <201804040437.w344bRT7034379@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Wed Apr  4 04:37:27 2018
New Revision: 466391
URL: https://svnweb.freebsd.org/changeset/ports/466391

Log:
  devel/py-python-Levenshtein: Add stripping
  
  Approved by:	portmgr blanket

Modified:
  head/devel/py-python-Levenshtein/Makefile

Modified: head/devel/py-python-Levenshtein/Makefile
==============================================================================
--- head/devel/py-python-Levenshtein/Makefile	Wed Apr  4 04:26:19 2018	(r466390)
+++ head/devel/py-python-Levenshtein/Makefile	Wed Apr  4 04:37:27 2018	(r466391)
@@ -16,4 +16,7 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 USES=		python
 USE_PYTHON=	distutils autoplist
 
+post-install:
+	@${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/Levenshtein/_levenshtein.so
+
 .include <bsd.port.mk>



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