diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2021-04-27 12:02:27 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2021-05-06 11:47:41 +0000 |
commit | adb93122cbf753a26a0497479dbb88cf415de29b (patch) | |
tree | 3eb073c6437f91958b1c4aef8fc4124c38bc2fc5 /emulators/fuse-roms | |
parent | 9ca6e5fed9baf1d7bed69bb66a1f90b93998361b (diff) |
Diffstat (limited to 'emulators/fuse-roms')
-rw-r--r-- | emulators/fuse-roms/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/emulators/fuse-roms/Makefile b/emulators/fuse-roms/Makefile index f566f679b1fd..9fb348b13ab9 100644 --- a/emulators/fuse-roms/Makefile +++ b/emulators/fuse-roms/Makefile @@ -14,6 +14,7 @@ MAINTAINER= rene@FreeBSD.org COMMENT= Spectrum ROM files, for use with the Fuse emulator LICENSE= NONE +# No explicit permission to redistribute FCREV= 14 FCVER= 33 @@ -26,8 +27,6 @@ ROMS= 128p-0.rom 128p-1.rom 256s-0.rom 256s-1.rom 256s-2.rom \ 256s-3.rom gluck.rom if1-1.rom if1-2.rom opus.rom trdos.rom PLIST_FILES= ${ROMS:S|^|${DATADIR_REL}/|} -RESTRICTED= No explicit permission to redistribute - OPTIONS_DEFINE= DOCS DOCS_PLIST_FILES=${DOCSDIR_REL}/rom-distribution.txt |