diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-03-13 13:21:50 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-03-13 13:21:50 +0000 |
commit | 939d7d62d4772ab8a8b32ac46bdd497131ec39b7 (patch) | |
tree | 3ea3c2c517ccb4cab15c86f984dcae90ee417bd7 /graphics | |
parent | - Strip library (diff) |
- Strip library
Notes
Notes:
svn path=/head/; revision=381187
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/py-graphviz/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/graphics/py-graphviz/Makefile b/graphics/py-graphviz/Makefile index 3943efc91142..b310664e305c 100644 --- a/graphics/py-graphviz/Makefile +++ b/graphics/py-graphviz/Makefile @@ -3,6 +3,7 @@ PORTNAME= graphviz PORTVERSION= 1.2 +PORTREVISION= 1 CATEGORIES= graphics python MASTER_SITES= CHEESESHOP \ http://networkx.lanl.gov/download/pygraphviz/ @@ -25,4 +26,7 @@ post-patch: @${REINPLACE_CMD} -e 's+%%LOCALBASE%%+${LOCALBASE}+; \ s+^docdirbase.*=.*+docdirbase = "${DOCSDIR:S/${PREFIX}\///}"+' ${WRKSRC}/setup.py +post-install: + ${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/pygraphviz/_graphviz.so + .include <bsd.port.mk> |