svn commit: r388704 - head/net-im/gale

Dmitry Marakasov amdmi3 at FreeBSD.org
Sun Jun 7 14:52:14 UTC 2015


Author: amdmi3
Date: Sun Jun  7 14:52:14 2015
New Revision: 388704
URL: https://svnweb.freebsd.org/changeset/ports/388704

Log:
  - Strip libraries

Modified:
  head/net-im/gale/Makefile

Modified: head/net-im/gale/Makefile
==============================================================================
--- head/net-im/gale/Makefile	Sun Jun  7 14:50:32 2015	(r388703)
+++ head/net-im/gale/Makefile	Sun Jun  7 14:52:14 2015	(r388704)
@@ -3,7 +3,7 @@
 
 PORTNAME=	gale
 PORTVERSION=	0.99f
-PORTREVISION=	6
+PORTREVISION=	7
 CATEGORIES=	net-im
 MASTER_SITES=	http://download.ofb.net/${PORTNAME}/
 DISTNAME=	${PORTNAME}-${PORTVERSION}ruit
@@ -31,4 +31,7 @@ post-patch:
 	@${REINPLACE_CMD} -e 's/\(^noinst_PROGRAMS =.*\)test-oop/\1/' \
 		${WRKSRC}/liboop/Makefile.in
 
+post-install:
+	${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/*.so
+
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list