svn commit: r379607 - head/graphics/urt

Dmitry Marakasov amdmi3 at FreeBSD.org
Sun Feb 22 14:34:11 UTC 2015


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>


More information about the svn-ports-all mailing list