Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 22 Feb 2015 14:34:10 +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: r379607 - head/graphics/urt
Message-ID:  <201502221434.t1MEYAI6070843@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Sun Feb 22 14:34:10 2015
New Revision: 379607
URL: https://svnweb.freebsd.org/changeset/ports/379607
QAT: https://qat.redports.org/buildarchive/r379607/

Log:
  - Strip library

Modified:
  head/graphics/urt/Makefile

Modified: head/graphics/urt/Makefile
==============================================================================
--- head/graphics/urt/Makefile	Sun Feb 22 14:32:38 2015	(r379606)
+++ head/graphics/urt/Makefile	Sun Feb 22 14:34:10 2015	(r379607)
@@ -43,5 +43,6 @@ post-install:
 	@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}/img
 	@(cd ${WRKSRC}/img && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR}/img)
 .endif
+	${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/librle.so
 
 .include <bsd.port.mk>



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