diff options
author | jperkin <jperkin@pkgsrc.org> | 2014-09-11 17:08:00 +0000 |
---|---|---|
committer | jperkin <jperkin@pkgsrc.org> | 2014-09-11 17:08:00 +0000 |
commit | b62577d9447c6e78680dd58a74ef53d42afc5210 (patch) | |
tree | 967dd8839e59ae273185221da73cb42934f3f966 /games | |
parent | c8e46e19bbaf1ae3996f2a39c0a747acd3d3c0de (diff) | |
download | pkgsrc-b62577d9447c6e78680dd58a74ef53d42afc5210.tar.gz |
Add LICENSE=public-domain
Diffstat (limited to 'games')
-rw-r--r-- | games/exchess-book-medium/Makefile | 3 | ||||
-rw-r--r-- | games/exchess-book-small/Makefile | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/games/exchess-book-medium/Makefile b/games/exchess-book-medium/Makefile index c75ff274606..63ebc38fcad 100644 --- a/games/exchess-book-medium/Makefile +++ b/games/exchess-book-medium/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2014/09/11 17:01:10 jperkin Exp $ +# $NetBSD: Makefile,v 1.18 2014/09/11 17:08:00 jperkin Exp $ DISTNAME= medium PKGNAME= ${CHESS_ENGINE}-book-${DISTNAME}-20140911 @@ -8,6 +8,7 @@ EXTRACT_SUFX= .zip MAINTAINER= pkgsrc-users@NetBSD.org COMMENT= Chess opening book for EXchess (medium) +LICENSE= public-domain DEPENDS+= exchess-[0-9]*:../../games/exchess diff --git a/games/exchess-book-small/Makefile b/games/exchess-book-small/Makefile index 5c67378e5c7..480ad4d4818 100644 --- a/games/exchess-book-small/Makefile +++ b/games/exchess-book-small/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2014/09/11 17:03:11 jperkin Exp $ +# $NetBSD: Makefile,v 1.18 2014/09/11 17:08:00 jperkin Exp $ DISTNAME= small PKGNAME= ${CHESS_ENGINE}-book-${DISTNAME}-20140911 @@ -8,6 +8,7 @@ EXTRACT_SUFX= .zip MAINTAINER= pkgsrc-users@NetBSD.org COMMENT= Chess opening book for EXchess (small) +LICENSE= public-domain DEPENDS+= exchess-[0-9]*:../../games/exchess |