aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--games/gnustep-sudoku/Makefile3
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>