diff options
author | jbeich <jbeich@FreeBSD.org> | 2016-09-28 14:38:00 +0800 |
---|---|---|
committer | jbeich <jbeich@FreeBSD.org> | 2016-09-28 14:38:00 +0800 |
commit | 4fb8bca7e0bca6cd3b16b5926ae7d1a83377c9db (patch) | |
tree | 3c416de47d06908141134bcbcb0605e3092b7afa /x11-themes/cursor-ardoise-theme | |
parent | c9591c1385a2d443d1b404507353142e50c603ac (diff) | |
download | freebsd-ports-gnome-4fb8bca7e0bca6cd3b16b5926ae7d1a83377c9db.tar.gz freebsd-ports-gnome-4fb8bca7e0bca6cd3b16b5926ae7d1a83377c9db.tar.zst freebsd-ports-gnome-4fb8bca7e0bca6cd3b16b5926ae7d1a83377c9db.zip |
Convert CC license names to r421995 spellings
While here fix common mistakes such as:
- Missing "or (at your option) any later version" bit
- LICENSE_FILE with LICENSE_COMB != single
- LICENSE_COMB = dual for code + assets
- Copy-pasting undocumented NC/SA restriction
Diffstat (limited to 'x11-themes/cursor-ardoise-theme')
-rw-r--r-- | x11-themes/cursor-ardoise-theme/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/x11-themes/cursor-ardoise-theme/Makefile b/x11-themes/cursor-ardoise-theme/Makefile index 4793bad14e0b..61268972b6c4 100644 --- a/x11-themes/cursor-ardoise-theme/Makefile +++ b/x11-themes/cursor-ardoise-theme/Makefile @@ -15,11 +15,7 @@ DIST_SUBDIR= ${PKGBASE}/${PORTVERSION} MAINTAINER= lightside@gmx.com COMMENT= Ardoise X cursor theme -LICENSE= CCBYNCSAv3 -LICENSE_NAME= Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported license -LICENSE_TEXT= The license: ${LICENSE} (${LICENSE_NAME}) is standard, please read from the web:\ - http://creativecommons.org/licenses/by-nc-sa/3.0/ -LICENSE_PERMS= dist-mirror no-dist-sell pkg-mirror no-pkg-sell auto-accept +LICENSE= CC-BY-NC-SA-3.0 NO_ARCH= yes NO_BUILD= yes |