diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2021-05-04 17:32:20 +0800 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2021-05-06 19:47:48 +0800 |
commit | 3505159e72da2d8313ce2a8ddc527de700b5bc37 (patch) | |
tree | 6e7cd781796c6e5b68376fd16061dc733c4b60ab /games/xrisk/Makefile | |
parent | adb93122cbf753a26a0497479dbb88cf415de29b (diff) | |
download | freebsd-ports-gnome-3505159e72da2d8313ce2a8ddc527de700b5bc37.tar.gz freebsd-ports-gnome-3505159e72da2d8313ce2a8ddc527de700b5bc37.tar.zst freebsd-ports-gnome-3505159e72da2d8313ce2a8ddc527de700b5bc37.zip |
Deorbit RESTRICTED && NO_CDROM, part two.
Move ports to the licenses framework.
RESTRICTED → auto-accept (unless expressly stated otherwise)
NO_CDROM → dist-mirror pkg-mirror auto-accept
Differential Revision: https://reviews.freebsd.org/D30010
Diffstat (limited to 'games/xrisk/Makefile')
-rw-r--r-- | games/xrisk/Makefile | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/games/xrisk/Makefile b/games/xrisk/Makefile index 0952d156097f..bae921d9cfa8 100644 --- a/games/xrisk/Makefile +++ b/games/xrisk/Makefile @@ -10,9 +10,13 @@ MASTER_SITES= http://my.pages.de/pub/comp/unix/games/xrisk/old/ \ MAINTAINER= ports@FreeBSD.org COMMENT= Game for X11, much like the popular board game +# Converted from RESTRICTED +LICENSE= xrisk +LICENSE_NAME= xrisk +LICENSE_TEXT= Possible trademark infringement +LICENSE_PERMS= auto-accept + USES= imake xorg USE_XORG= x11 xext xt -RESTRICTED= Possible trademark infringement - .include <bsd.port.mk> |