summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--games/gmines/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/games/gmines/Makefile b/games/gmines/Makefile
index 80ba47c6162a..27b8e874219b 100644
--- a/games/gmines/Makefile
+++ b/games/gmines/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/GMines.app/GMines
+
.include <bsd.port.mk>