- Pet portlint (fix capitalization in COMMENT)
- Strip binary
This commit is contained in:
parent
33c9853ca2
commit
a2bcec74b1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=373743
1 changed files with 4 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue