Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 8 May 2015 11:27:44 +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: r385766 - head/devel/ois
Message-ID:  <201505081127.t48BRjJK005338@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Fri May  8 11:27:44 2015
New Revision: 385766
URL: https://svnweb.freebsd.org/changeset/ports/385766

Log:
  - Strip library

Modified:
  head/devel/ois/Makefile

Modified: head/devel/ois/Makefile
==============================================================================
--- head/devel/ois/Makefile	Fri May  8 11:25:39 2015	(r385765)
+++ head/devel/ois/Makefile	Fri May  8 11:27:44 2015	(r385766)
@@ -3,7 +3,7 @@
 
 PORTNAME=	ois
 PORTVERSION=	1.2.0
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	devel
 MASTER_SITES=	SF/wgois/Source%20Release/1.2
 DISTNAME=	${PORTNAME}_${PORTVERSION}
@@ -23,4 +23,7 @@ LDFLAGS+=	-L${LOCALBASE}/lib
 
 WRKSRC=		${WRKDIR}/${PORTNAME}
 
+post-install:
+	${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libOIS.so
+
 .include <bsd.port.mk>



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