svn commit: r373743 - head/games/nextgo

Dmitry Marakasov amdmi3 at FreeBSD.org
Tue Dec 2 04:15:34 UTC 2014


Author: amdmi3
Date: Tue Dec  2 04:15:33 2014
New Revision: 373743
URL: https://svnweb.freebsd.org/changeset/ports/373743
QAT: https://qat.redports.org/buildarchive/r373743/

Log:
  - Pet portlint (fix capitalization in COMMENT)
  - Strip binary

Modified:
  head/games/nextgo/Makefile

Modified: head/games/nextgo/Makefile
==============================================================================
--- head/games/nextgo/Makefile	Tue Dec  2 04:15:28 2014	(r373742)
+++ head/games/nextgo/Makefile	Tue Dec  2 04:15:33 2014	(r373743)
@@ -8,7 +8,7 @@ MASTER_SITES=	SAVANNAH/gap
 DISTNAME=	NeXTGo-${PORTVERSION}
 
 MAINTAINER=	ports at 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>


More information about the svn-ports-head mailing list