Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 17 Aug 2014 07:15:16 +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: r365154 - head/games/egoboo
Message-ID:  <201408170715.s7H7FGbN040546@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



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