svn commit: r364404 - head/games/vor
Dmitry Marakasov
amdmi3 at FreeBSD.org
Sat Aug 9 07:42:56 UTC 2014
Author: amdmi3
Date: Sat Aug 9 07:42:56 2014
New Revision: 364404
URL: http://svnweb.freebsd.org/changeset/ports/364404
QAT: https://qat.redports.org/buildarchive/r364404/
Log:
- Strip binary
Modified:
head/games/vor/Makefile
Modified: head/games/vor/Makefile
==============================================================================
--- head/games/vor/Makefile Sat Aug 9 07:35:10 2014 (r364403)
+++ head/games/vor/Makefile Sat Aug 9 07:42:56 2014 (r364404)
@@ -31,5 +31,6 @@ OPTIONS_DEFINE= DOCS
post-install:
${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}
+ ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
.include <bsd.port.mk>
More information about the svn-ports-all
mailing list