diff options
author | wiz <wiz@pkgsrc.org> | 2016-12-14 08:51:53 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2016-12-14 08:51:53 +0000 |
commit | 92cd5aef9ad54f33fb62117098f9ed6f611a5e5f (patch) | |
tree | f25e56f7caa3bbb75c43a8981927f61dcb48660c /emulators/xbeeb | |
parent | 23b4ffd46169099db468f523681d33a242d3c57d (diff) | |
download | pkgsrc-92cd5aef9ad54f33fb62117098f9ed6f611a5e5f.tar.gz |
Use generic-nonlicense instead of nonexisting xbeeb-pseudolicense.
Diffstat (limited to 'emulators/xbeeb')
-rw-r--r-- | emulators/xbeeb/options.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/xbeeb/options.mk b/emulators/xbeeb/options.mk index 8aa26a5b3fe..954e1569258 100644 --- a/emulators/xbeeb/options.mk +++ b/emulators/xbeeb/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.1 2009/02/13 13:47:18 abs Exp $ +# $NetBSD: options.mk,v 1.2 2016/12/14 08:51:53 wiz Exp $ .include "../../mk/bsd.prefs.mk" @@ -28,7 +28,7 @@ PLIST_VARS+= xbeeb-roms .if !empty(PKG_OPTIONS:Mxbeeb-roms) PLIST.xbeeb-roms= yes -LICENSE= xbeeb-pseudolicense +LICENSE= generic-nonlicense RESTRICTED= No redistribution allowed NO_BIN_ON_CDROM= ${RESTRICTED} NO_BIN_ON_FTP= ${RESTRICTED} |