svn commit: r333542 - head/games/tsito

Danilo Egea Gondolfo danilo at FreeBSD.org
Tue Nov 12 02:47:13 UTC 2013


Author: danilo
Date: Tue Nov 12 02:47:12 2013
New Revision: 333542
URL: http://svnweb.freebsd.org/changeset/ports/333542

Log:
  - Remove the indefinite article from COMMENT
  - Add stage support

Modified:
  head/games/tsito/Makefile
  head/games/tsito/pkg-plist

Modified: head/games/tsito/Makefile
==============================================================================
--- head/games/tsito/Makefile	Tue Nov 12 02:31:59 2013	(r333541)
+++ head/games/tsito/Makefile	Tue Nov 12 02:47:12 2013	(r333542)
@@ -7,13 +7,10 @@ CATEGORIES=	games
 MASTER_SITES=	SF/xiangqi-engine/xiangqi-engine/${PORTNAME}-${PORTVERSION}
 
 MAINTAINER=	ports at FreeBSD.org
-COMMENT=	A Chinese chess (Xiangqi) program
+COMMENT=	Chinese chess (Xiangqi) program
 
 HAS_CONFIGURE=	yes
 CONFIGURE_ENV=	LIBS="-lcompat"
 CONFIGURE_ARGS=	--prefix="${PREFIX}"
 
-MAN1=		tsito.1
-
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/games/tsito/pkg-plist
==============================================================================
--- head/games/tsito/pkg-plist	Tue Nov 12 02:31:59 2013	(r333541)
+++ head/games/tsito/pkg-plist	Tue Nov 12 02:47:12 2013	(r333542)
@@ -1,3 +1,4 @@
 bin/tsito
+man/man1/tsito.1.gz
 %%DATADIR%%/book.dat
 @dirrm share/tsito


More information about the svn-ports-all mailing list