diff options
author | rillig <rillig@pkgsrc.org> | 2008-02-20 10:49:16 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2008-02-20 10:49:16 +0000 |
commit | d9d7daeb6544aaff55e0955915f2db62aa5fb6a8 (patch) | |
tree | 9048441ef48609a02d6d3e6fc109c39c7bc1d433 /games | |
parent | 75557dc525a036cfcaa7f60ddb014f981de4e6f2 (diff) | |
download | pkgsrc-d9d7daeb6544aaff55e0955915f2db62aa5fb6a8.tar.gz |
I got the velena license wrong and assumed it were public domain, but it
isn't.
PKGREVISION++
Diffstat (limited to 'games')
-rw-r--r-- | games/velena/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games/velena/Makefile b/games/velena/Makefile index da64daf89f0..fd44cb3a2d4 100644 --- a/games/velena/Makefile +++ b/games/velena/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.5 2008/02/02 17:05:00 rillig Exp $ +# $NetBSD: Makefile,v 1.6 2008/02/20 10:49:16 rillig Exp $ # DISTNAME= veleng10 PKGNAME= velena-1.0 -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= games MASTER_SITES= http://www.ce.unipr.it/~gbe/ EXTRACT_SUFX= .zip @@ -12,7 +12,7 @@ MAINTAINER= rillig@NetBSD.org HOMEPAGE= http://www.ce.unipr.it/~gbe/ COMMENT= Perfect-play engine for connect four -LICENSE= public-domain +LICENSE= velena-license RESTRICTED= You must not charge a fee for this software nor for any derived work in which this software is included. NO_BIN_ON_CDROM= ${RESTRICTED} NO_SRC_ON_CDROM= ${RESTRICTED} |