mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-22 08:58:47 +00:00
www/luakit: Strip shared libraries
This fixes a warning from the framework. PR: 246601 Submitted by: mbeis@xs4all.nl (maintainer) MFH: 2020Q2 (blanket: stripping library)
This commit is contained in:
parent
dc057ea7d1
commit
f7f5b9f5b2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=536438
@ -3,6 +3,7 @@
|
||||
|
||||
PORTNAME= luakit
|
||||
PORTVERSION= 2.1
|
||||
PORTREVISION= 1
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= www
|
||||
|
||||
@ -47,6 +48,7 @@ post-extract:
|
||||
${WRKSRC}/build-utils/gentokens.lua
|
||||
|
||||
post-install:
|
||||
${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/luakit
|
||||
${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/luakit \
|
||||
${STAGEDIR}${PREFIX}/lib/luakit/luakit.so
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user