Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 7 Jun 2015 14:52:14 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r388704 - head/net-im/gale
Message-ID:  <201506071452.t57EqEKB003118@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201506071452.t57EqEKB003118>