svn commit: r374846 - head/games/gnustep-sudoku

Dmitry Marakasov amdmi3 at FreeBSD.org
Wed Dec 17 13:21:22 UTC 2014


Author: amdmi3
Date: Wed Dec 17 13:21:20 2014
New Revision: 374846
URL: https://svnweb.freebsd.org/changeset/ports/374846
QAT: https://qat.redports.org/buildarchive/r374846/

Log:
  - Strip binary

Modified:
  head/games/gnustep-sudoku/Makefile

Modified: head/games/gnustep-sudoku/Makefile
==============================================================================
--- head/games/gnustep-sudoku/Makefile	Wed Dec 17 13:01:59 2014	(r374845)
+++ head/games/gnustep-sudoku/Makefile	Wed Dec 17 13:21:20 2014	(r374846)
@@ -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/Sudoku.app/Sudoku
+
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list