diff options
author | gdt <gdt> | 2007-06-14 18:37:19 +0000 |
---|---|---|
committer | gdt <gdt> | 2007-06-14 18:37:19 +0000 |
commit | e6ec3d5b4eba9d9cda725c27f1c8343e329823f5 (patch) | |
tree | 766a6527f0b60ff1555aa50550ec460f41a87f27 | |
parent | 84363014f26dfa34922d9e38f27c0df54c19c3d4 (diff) | |
download | pkgsrc-e6ec3d5b4eba9d9cda725c27f1c8343e329823f5.tar.gz |
fix license, add restricted
-rw-r--r-- | sysutils/sysinfo/Makefile | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/sysutils/sysinfo/Makefile b/sysutils/sysinfo/Makefile index 5e766996270..ab2faea15be 100644 --- a/sysutils/sysinfo/Makefile +++ b/sysutils/sysinfo/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2006/03/04 21:30:43 jlam Exp $ +# $NetBSD: Makefile,v 1.12 2007/06/14 18:37:19 gdt Exp $ # DISTNAME= sysinfo-3.5.1 @@ -9,7 +9,11 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.magnicomp.com/ COMMENT= Displays system hardware and software information and configuration -LICENSE= no-commercial-use +# XXX add sysinfo-license +LICENSE= sysinfo-license +RESTRICTED= May not be sold for profit or used for commercial gain. +NO_SRC_ON_CDROM= ${RESTRICTED} +NO_BIN_ON_CDROM= ${RESTRICTED} ONLY_FOR_PLATFORM= SunOS-*-* # only for Solaris, at the moment |