diff options
-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 |