svn commit: r536438 - head/www/luakit

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


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

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

Modified:
  head/www/luakit/Makefile

Modified: head/www/luakit/Makefile
==============================================================================
--- head/www/luakit/Makefile	Mon May 25 06:00:59 2020	(r536437)
+++ head/www/luakit/Makefile	Mon May 25 06:15:41 2020	(r536438)
@@ -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>


More information about the svn-ports-all mailing list