summaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2022-12-14 14:57:15 +0000
committerwiz <wiz@pkgsrc.org>2022-12-14 14:57:15 +0000
commit860e531e4fb9e45cef130be8230e9d4437b7851f (patch)
tree13a5c63fd6e2690c9a90ca75543eeef7765f74cc /games
parent9184f36d021927ca2345a0cd7c3352c3eb64be2d (diff)
downloadpkgsrc-860e531e4fb9e45cef130be8230e9d4437b7851f.tar.gz
sais: add cc-by-nc-v4.0-license to LICENSE for data
Diffstat (limited to 'games')
-rw-r--r--games/sais/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/games/sais/Makefile b/games/sais/Makefile
index 3504a718940..ae45c8fa5b8 100644
--- a/games/sais/Makefile
+++ b/games/sais/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2022/12/14 14:51:58 wiz Exp $
+# $NetBSD: Makefile,v 1.2 2022/12/14 14:57:15 wiz Exp $
DISTNAME= sais-1.6.3
CATEGORIES= games
@@ -8,7 +8,7 @@ GITHUB_TAG= v${PKGVERSION_NOREV}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://github.com/kuroneko/sais/
COMMENT= Strange Adventures in Infinite Space
-LICENSE= gnu-gpl-v3
+LICENSE= gnu-gpl-v3 AND cc-by-nc-v4.0-license
USE_CMAKE= yes
USE_LANGUAGES= c c++