svn commit: r365154 - head/games/egoboo

Dmitry Marakasov amdmi3 at FreeBSD.org
Sun Aug 17 07:15:17 UTC 2014


Author: amdmi3
Date: Sun Aug 17 07:15:16 2014
New Revision: 365154
URL: http://svnweb.freebsd.org/changeset/ports/365154
QAT: https://qat.redports.org/buildarchive/r365154/

Log:
  - Strip binary

Modified:
  head/games/egoboo/Makefile

Modified: head/games/egoboo/Makefile
==============================================================================
--- head/games/egoboo/Makefile	Sun Aug 17 06:22:59 2014	(r365153)
+++ head/games/egoboo/Makefile	Sun Aug 17 07:15:16 2014	(r365154)
@@ -33,5 +33,6 @@ post-patch:
 post-install:
 	@cd ${WRKDIR}/${DISTNAME:S/-/-data-/} && \
 		${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR}/
+	${STRIP_CMD} ${STAGEDIR}${PREFIX}/libexec/${PORTNAME}
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list