svn commit: r389883 - head/graphics/grx

Dmitry Marakasov amdmi3 at FreeBSD.org
Tue Jun 16 23:42:54 UTC 2015


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


More information about the svn-ports-all mailing list