Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 Jun 2015 23:42:54 +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: r389883 - head/graphics/grx
Message-ID:  <201506162342.t5GNgsKY081574@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Tue Jun 16 23:42:53 2015
New Revision: 389883
URL: https://svnweb.freebsd.org/changeset/ports/389883

Log:
  - Strip library

Modified:
  head/graphics/grx/Makefile

Modified: head/graphics/grx/Makefile
==============================================================================
--- head/graphics/grx/Makefile	Tue Jun 16 23:42:49 2015	(r389882)
+++ head/graphics/grx/Makefile	Tue Jun 16 23:42:53 2015	(r389883)
@@ -3,7 +3,7 @@
 
 PORTNAME=	grx
 PORTVERSION=	2.4.9
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	graphics
 MASTER_SITES=	http://grx.gnu.de/download/
 DISTNAME=	${PORTNAME}${PORTVERSION:S/.//g}
@@ -74,6 +74,7 @@ post-patch:
 		${WRKSRC}/makedefs.grx
 
 post-install:
+	@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libgrx20X.so
 .for i in bin2c fnt2c xmodetest
 	@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${i}
 .endfor



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