aboutsummaryrefslogtreecommitdiff
path: root/games/lapispuzzle
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2014-11-30 17:51:48 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2014-11-30 17:51:48 +0000
commit67af92a67a3cb0bbbc394d1aa4424c311f73643d (patch)
tree2f95ef29ab04f76e1e1f459fa10cae09aeb0b675 /games/lapispuzzle
parentb641e83acedef1ada3ba2d4d8e142471021fd8c9 (diff)
downloadports-67af92a67a3cb0bbbc394d1aa4424c311f73643d.tar.gz
ports-67af92a67a3cb0bbbc394d1aa4424c311f73643d.zip
- Strip binary
Notes
Notes: svn path=/head/; revision=373674
Diffstat (limited to 'games/lapispuzzle')
-rw-r--r--games/lapispuzzle/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/games/lapispuzzle/Makefile b/games/lapispuzzle/Makefile
index 96911867de76..a6d4223e0c33 100644
--- a/games/lapispuzzle/Makefile
+++ b/games/lapispuzzle/Makefile
@@ -21,4 +21,7 @@ USE_GNUSTEP_INSTALL= yes
WRKSRC= ${WRKDIR}/LapisPuzzle-${PORTVERSION}
+post-install:
+ ${STRIP_CMD} ${STAGEDIR}${PREFIX}/GNUstep/Local/Applications/LapisPuzzle.app/LapisPuzzle
+
.include <bsd.port.mk>