diff options
author | gdt <gdt@pkgsrc.org> | 2008-09-10 00:32:08 +0000 |
---|---|---|
committer | gdt <gdt@pkgsrc.org> | 2008-09-10 00:32:08 +0000 |
commit | a8cb8d2ef745f28ee3ee54fc72adc5ae0c5a998b (patch) | |
tree | 02848271b4251597395633158d1b016563ec0d4d /emulators | |
parent | 6179ba09331fd22addc414f3c69d7c392e092f56 (diff) | |
download | pkgsrc-a8cb8d2ef745f28ee3ee54fc72adc5ae0c5a998b.tar.gz |
Set NO_*_ON_*; license is unclear.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/spim/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/emulators/spim/Makefile b/emulators/spim/Makefile index 1eb2fcdec11..8251d2bcb08 100644 --- a/emulators/spim/Makefile +++ b/emulators/spim/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.34 2007/12/02 13:04:09 wiz Exp $ +# $NetBSD: Makefile,v 1.35 2008/09/10 00:32:08 gdt Exp $ DISTNAME= spim-7.1 PKGREVISION= 3 @@ -10,9 +10,12 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://pages.cs.wisc.edu/~larus/spim.html COMMENT= MIPS R2000 Simulator -RESTRICTED= selling is not allowed +LICENSE= spim-license +RESTRICTED= No permission to copy, and prohibited commercially. NO_SRC_ON_CDROM= ${RESTRICTED} NO_BIN_ON_CDROM= ${RESTRICTED} +NO_SRC_ON_FTP= ${RESTRICTED} +NO_BIN_ON_FTP= ${RESTRICTED} #DIST_SUBDIR= ${PKGNAME} |