1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-14 07:43:06 +00:00

- Strip binaries

This commit is contained in:
Dmitry Marakasov 2015-06-02 12:30:08 +00:00
parent e914201e16
commit f93a14946e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=388337

View File

@ -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>