From f93a14946e34bd2e1f00aae35fcabdfe7064d8aa Mon Sep 17 00:00:00 2001 From: Dmitry Marakasov Date: Tue, 2 Jun 2015 12:30:08 +0000 Subject: [PATCH] - Strip binaries --- databases/tokyotyrant/Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/databases/tokyotyrant/Makefile b/databases/tokyotyrant/Makefile index 8b5355ee6d8c..33ea034a0517 100644 --- a/databases/tokyotyrant/Makefile +++ b/databases/tokyotyrant/Makefile @@ -3,7 +3,7 @@ PORTNAME= tokyotyrant PORTVERSION= 1.1.41 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= databases MASTER_SITES= http://fallabs.com/${PORTNAME}/ @@ -36,4 +36,8 @@ post-patch: ${WRKSRC}/Makefile.in ${REINPLACE_CMD} -e 's|llua|llua-${LUA_VER}|g' ${WRKSRC}/configure +post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/* + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/*.so + .include