- Add LICENSE
- Use GNU_CONFIGURE for GNU configure - Drop @dirrm* from plist
This commit is contained in:
parent
d047f13b82
commit
abb5428b4b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=374095
2 changed files with 4 additions and 3 deletions
|
@ -9,8 +9,10 @@ MASTER_SITES= SF/xiangqi-engine/xiangqi-engine/${PORTNAME}-${PORTVERSION}
|
|||
MAINTAINER= ports@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>
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
bin/tsito
|
||||
man/man1/tsito.1.gz
|
||||
%%DATADIR%%/book.dat
|
||||
@dirrm share/tsito
|
||||
|
|
Loading…
Reference in a new issue