diff --git a/licenses/su2-license b/licenses/su2-license new file mode 100644 index 000000000000..f8cf9875b0c9 --- /dev/null +++ b/licenses/su2-license @@ -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 --git a/sysutils/su2/Makefile b/sysutils/su2/Makefile index fc2149dcdbad..efd4cf69a9c3 100644 --- a/sysutils/su2/Makefile +++ b/sysutils/su2/Makefile @@ -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 @@ MAINTAINER= pkgsrc-users@NetBSD.org 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