svn commit: r488307 - head/net-im/pidgin-icyque

Eugene Grosbein eugen at FreeBSD.org
Tue Dec 25 10:19:40 UTC 2018


Author: eugen
Date: Tue Dec 25 10:19:38 2018
New Revision: 488307
URL: https://svnweb.freebsd.org/changeset/ports/488307

Log:
  net/pidgin-icyque: strip libicyque.so unless built WITH_DEBUG

Modified:
  head/net-im/pidgin-icyque/Makefile

Modified: head/net-im/pidgin-icyque/Makefile
==============================================================================
--- head/net-im/pidgin-icyque/Makefile	Tue Dec 25 10:12:38 2018	(r488306)
+++ head/net-im/pidgin-icyque/Makefile	Tue Dec 25 10:19:38 2018	(r488307)
@@ -28,4 +28,7 @@ GH_TAGNAME=	c70f9f8
 USE_GNOME=	glib20
 USE_LDCONFIG=	yes
 
+post-install:
+		${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/purple-2/libicyque.so
+
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list