aboutsummaryrefslogtreecommitdiff
path: root/games/nextgo/Makefile
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2014-12-02 04:15:33 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2014-12-02 04:15:33 +0000
commita2bcec74b1a6f848a25ca22c89736d9e61aaecf2 (patch)
treee105a9795236ef54c9fc5a2f928e52daa623e4e6 /games/nextgo/Makefile
parent33c9853ca2a720b9dcf44c4c4f692df5bd13deff (diff)
downloadports-a2bcec74b1a6f848a25ca22c89736d9e61aaecf2.tar.gz
ports-a2bcec74b1a6f848a25ca22c89736d9e61aaecf2.zip
- Pet portlint (fix capitalization in COMMENT)
- Strip binary
Notes
Notes: svn path=/head/; revision=373743
Diffstat (limited to 'games/nextgo/Makefile')
-rw-r--r--games/nextgo/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/games/nextgo/Makefile b/games/nextgo/Makefile
index b31c9f94712a..df739b92b2ee 100644
--- a/games/nextgo/Makefile
+++ b/games/nextgo/Makefile
@@ -8,7 +8,7 @@ MASTER_SITES= SAVANNAH/gap
DISTNAME= NeXTGo-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
-COMMENT= classic Go game for OPENSTEP/GNUstep
+COMMENT= Classic Go game for OPENSTEP/GNUstep
LICENSE= GPLv1
LICENSE_FILE= ${WRKSRC}/COPYING
@@ -24,4 +24,7 @@ post-patch:
${REINPLACE_CMD} -e 's|PSWait|myPSWait|' \
${WRKSRC}/Board.m
+post-install:
+ ${STRIP_CMD} ${STAGEDIR}${PREFIX}/GNUstep/Local/Applications/NeXTGo.app/NeXTGo
+
.include <bsd.port.mk>