svn commit: r536439 - branches/2020Q2/www/luakit

Fernando Apesteguía fernape at FreeBSD.org
Mon May 25 06:19:19 UTC 2020


Author: fernape
Date: Mon May 25 06:19:19 2020
New Revision: 536439
URL: https://svnweb.freebsd.org/changeset/ports/536439

Log:
  MFH: r536438
  
  www/luakit: Strip shared libraries
  
  This fixes a warning from the framework.
  
  PR:	246601
  Submitted by:	mbeis at xs4all.nl (maintainer)
  
  Approved by:	ports-secteam (blanket: stripping library)

Modified:
  branches/2020Q2/www/luakit/Makefile
Directory Properties:
  branches/2020Q2/   (props changed)

Modified: branches/2020Q2/www/luakit/Makefile
==============================================================================
--- branches/2020Q2/www/luakit/Makefile	Mon May 25 06:15:41 2020	(r536438)
+++ branches/2020Q2/www/luakit/Makefile	Mon May 25 06:19:19 2020	(r536439)
@@ -3,6 +3,7 @@
 
 PORTNAME=	luakit
 PORTVERSION=	2.1
+PORTREVISION=	1
 PORTEPOCH=	1
 CATEGORIES=	www
 
@@ -45,6 +46,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>


More information about the svn-ports-all mailing list