summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--games/jigsaw/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/games/jigsaw/Makefile b/games/jigsaw/Makefile
index 171224fed90a..eeb7635465f1 100644
--- a/games/jigsaw/Makefile
+++ b/games/jigsaw/Makefile
@@ -17,4 +17,7 @@ USE_GNUSTEP_BACK= yes
USE_GNUSTEP_BUILD= yes
USE_GNUSTEP_INSTALL= yes
+post-install:
+ ${STRIP_CMD} ${STAGEDIR}${PREFIX}/GNUstep/Local/Applications/Jigsaw.app/Jigsaw
+
.include <bsd.port.mk>