svn commit: r374095 - head/games/tsito

Dmitry Marakasov amdmi3 at FreeBSD.org
Sat Dec 6 08:51:46 UTC 2014


Author: amdmi3
Date: Sat Dec  6 08:51:44 2014
New Revision: 374095
URL: https://svnweb.freebsd.org/changeset/ports/374095
QAT: https://qat.redports.org/buildarchive/r374095/

Log:
  - Add LICENSE
  - Use GNU_CONFIGURE for GNU configure
  - Drop @dirrm* from plist

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

Modified: head/games/tsito/Makefile
==============================================================================
--- head/games/tsito/Makefile	Sat Dec  6 08:51:36 2014	(r374094)
+++ head/games/tsito/Makefile	Sat Dec  6 08:51:44 2014	(r374095)
@@ -9,8 +9,10 @@ MASTER_SITES=	SF/xiangqi-engine/xiangqi-
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Chinese chess (Xiangqi) program
 
-HAS_CONFIGURE=	yes
-CONFIGURE_ARGS=	--prefix="${PREFIX}"
+LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/COPYING
+
+GNU_CONFIGURE=	yes
 LIBS+=		-lcompat
 
 .include <bsd.port.mk>

Modified: head/games/tsito/pkg-plist
==============================================================================
--- head/games/tsito/pkg-plist	Sat Dec  6 08:51:36 2014	(r374094)
+++ head/games/tsito/pkg-plist	Sat Dec  6 08:51:44 2014	(r374095)
@@ -1,4 +1,3 @@
 bin/tsito
 man/man1/tsito.1.gz
 %%DATADIR%%/book.dat
- at dirrm share/tsito


More information about the svn-ports-head mailing list