pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc add license, set RESTRICTED
details: https://anonhg.NetBSD.org/pkgsrc/rev/360c0fd7602d
branches: trunk
changeset: 529980:360c0fd7602d
user: gdt <gdt%pkgsrc.org@localhost>
date: Thu Jun 14 17:50:09 2007 +0000
description:
add license, set RESTRICTED
diffstat:
licenses/su2-license | 5 +++++
sysutils/su2/Makefile | 9 +++++++--
2 files changed, 12 insertions(+), 2 deletions(-)
diffs (32 lines):
diff -r 7e81a4d29345 -r 360c0fd7602d licenses/su2-license
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/licenses/su2-license Thu Jun 14 17:50:09 2007 +0000
@@ -0,0 +1,5 @@
+ * Copyright Hewlett-Packard Company, 1985. Permission is granted for
+ * unlimited modification, use, and distribution, except that this software
+ * may not be sold for profit directly nor as part of any software package.
+ * This software is made available with no warranty of any kind, express
+ * or implied.
diff -r 7e81a4d29345 -r 360c0fd7602d sysutils/su2/Makefile
--- a/sysutils/su2/Makefile Thu Jun 14 16:30:45 2007 +0000
+++ b/sysutils/su2/Makefile Thu Jun 14 17:50:09 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2006/12/15 14:34:20 wiz Exp $
+# $NetBSD: Makefile,v 1.11 2007/06/14 17:50:09 gdt Exp $
#
DISTNAME= su2-1.3
@@ -9,7 +9,12 @@
HOMEPAGE= ftp://ftp.ccs.neu.edu/pub/sysadmin/
COMMENT= Enhanced su, users su with own password + more
-LICENSE= no-profit
+# XXX add in license from distfile
+LICENSE= su2-license
+RESTRICTED= may not be sold for profit
+NO_SRC_ON_CDROM= ${RESTRICTED}
+NO_BIN_ON_CDROM= ${RESTRICTED}
+
NO_CONFIGURE= yes
SUBST_CLASSES+= preproc
Home |
Main Index |
Thread Index |
Old Index