svn commit: r378487 - head/games/gomoku

Dmitry Marakasov amdmi3 at FreeBSD.org
Thu Feb 5 20:00:13 UTC 2015


Author: amdmi3
Date: Thu Feb  5 20:00:12 2015
New Revision: 378487
URL: https://svnweb.freebsd.org/changeset/ports/378487
QAT: https://qat.redports.org/buildarchive/r378487/

Log:
  - Strip binary

Modified:
  head/games/gomoku/Makefile

Modified: head/games/gomoku/Makefile
==============================================================================
--- head/games/gomoku/Makefile	Thu Feb  5 19:59:46 2015	(r378486)
+++ head/games/gomoku/Makefile	Thu Feb  5 20:00:12 2015	(r378487)
@@ -18,4 +18,7 @@ USE_GNUSTEP_BACK=	yes
 USE_GNUSTEP_BUILD=	yes
 USE_GNUSTEP_INSTALL=	yes
 
+post-install:
+	${STRIP_CMD} ${STAGEDIR}${PREFIX}/GNUstep/Local/Applications/Gomoku.app/Gomoku
+
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list