- Pet portlint (fix capitalization in COMMENT)

- Strip binary
This commit is contained in:
Dmitry Marakasov 2014-12-02 04:15:33 +00:00
parent 33c9853ca2
commit a2bcec74b1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=373743

View file

@ -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>