svn commit: r365067 - head/games/gnurobbo

Dmitry Marakasov amdmi3 at FreeBSD.org
Sat Aug 16 07:15:13 UTC 2014


Author: amdmi3
Date: Sat Aug 16 07:15:12 2014
New Revision: 365067
URL: http://svnweb.freebsd.org/changeset/ports/365067
QAT: https://qat.redports.org/buildarchive/r365067/

Log:
  - Strip binary

Modified:
  head/games/gnurobbo/Makefile

Modified: head/games/gnurobbo/Makefile
==============================================================================
--- head/games/gnurobbo/Makefile	Sat Aug 16 07:08:39 2014	(r365066)
+++ head/games/gnurobbo/Makefile	Sat Aug 16 07:15:12 2014	(r365067)
@@ -29,4 +29,7 @@ post-patch:
 	@${REINPLACE_CMD} -e '/^install:/,$$ s|$$([A-Z_]*DIR)|${STAGEDIR}&| g' \
 		${WRKSRC}/Makefile
 
+post-install:
+	${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
+
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list