aboutsummaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2015-02-06 04:00:12 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2015-02-06 04:00:12 +0800
commit75a70cecc272ba1cef20d334d6631c582967ee2f (patch)
tree30766b8cdfac3b2c277d3aad537ba3e862182922 /games
parent7171b286be95c8a9116e5f9de1e7040463536059 (diff)
downloadfreebsd-ports-gnome-75a70cecc272ba1cef20d334d6631c582967ee2f.tar.gz
freebsd-ports-gnome-75a70cecc272ba1cef20d334d6631c582967ee2f.tar.zst
freebsd-ports-gnome-75a70cecc272ba1cef20d334d6631c582967ee2f.zip
- Strip binary
Diffstat (limited to 'games')
-rw-r--r--games/gomoku/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/games/gomoku/Makefile b/games/gomoku/Makefile
index ef9bb02b6344..e9a3872ccc94 100644
--- a/games/gomoku/Makefile
+++ b/games/gomoku/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/Gomoku.app/Gomoku
+
.include <bsd.port.mk>