aboutsummaryrefslogtreecommitdiff
path: root/databases/tokyotyrant
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2015-06-02 12:30:08 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2015-06-02 12:30:08 +0000
commitf93a14946e34bd2e1f00aae35fcabdfe7064d8aa (patch)
treef841c9e45a3db03aa21739f31ee94f7d88b1d082 /databases/tokyotyrant
parente914201e160b330e8819830e5c0fe6e85084a61c (diff)
downloadports-f93a14946e34bd2e1f00aae35fcabdfe7064d8aa.tar.gz
ports-f93a14946e34bd2e1f00aae35fcabdfe7064d8aa.zip
- Strip binaries
Notes
Notes: svn path=/head/; revision=388337
Diffstat (limited to 'databases/tokyotyrant')
-rw-r--r--databases/tokyotyrant/Makefile6
1 files changed, 5 insertions, 1 deletions
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 <bsd.port.mk>