diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2014-12-17 13:21:20 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2014-12-17 13:21:20 +0000 |
commit | 6bc46658858388f64b55ac80567c3bd2274750a8 (patch) | |
tree | cd705c8919e75b56f67b379c714f024878ce0c06 /games/gnustep-sudoku | |
parent | 214e08275503a4720c380c0d5209822c79024a85 (diff) |
- Strip binary
Notes
Notes:
svn path=/head/; revision=374846
Diffstat (limited to 'games/gnustep-sudoku')
-rw-r--r-- | games/gnustep-sudoku/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/games/gnustep-sudoku/Makefile b/games/gnustep-sudoku/Makefile index 4a53f1ca851c..7c1aca641a60 100644 --- a/games/gnustep-sudoku/Makefile +++ b/games/gnustep-sudoku/Makefile @@ -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> |