aboutsummaryrefslogtreecommitdiff
path: root/games/gmines
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2015-02-06 20:00:19 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2015-02-06 20:00:19 +0000
commitf42387a5bbdd9bb7fb81276be73aa4ef1f20d174 (patch)
tree46c294efd7be454dd4971dd48a2fdc498b97122f /games/gmines
parentcf43409cc4e7fb79e3e8894d8a265f61dadc0c56 (diff)
downloadports-f42387a5bbdd9bb7fb81276be73aa4ef1f20d174.tar.gz
ports-f42387a5bbdd9bb7fb81276be73aa4ef1f20d174.zip
- Strip binary
Notes
Notes: svn path=/head/; revision=378552
Diffstat (limited to 'games/gmines')
-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>