mirror of
https://git.freebsd.org/ports.git
synced 2025-05-25 07:26:29 -04:00
- Strip binaries
This commit is contained in:
parent
e914201e16
commit
f93a14946e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=388337
1 changed files with 5 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
PORTNAME= tokyotyrant
|
PORTNAME= tokyotyrant
|
||||||
PORTVERSION= 1.1.41
|
PORTVERSION= 1.1.41
|
||||||
PORTREVISION= 1
|
PORTREVISION= 2
|
||||||
CATEGORIES= databases
|
CATEGORIES= databases
|
||||||
MASTER_SITES= http://fallabs.com/${PORTNAME}/
|
MASTER_SITES= http://fallabs.com/${PORTNAME}/
|
||||||
|
|
||||||
|
@ -36,4 +36,8 @@ post-patch:
|
||||||
${WRKSRC}/Makefile.in
|
${WRKSRC}/Makefile.in
|
||||||
${REINPLACE_CMD} -e 's|llua|llua-${LUA_VER}|g' ${WRKSRC}/configure
|
${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>
|
.include <bsd.port.mk>
|
||||||
|
|
Loading…
Add table
Reference in a new issue