diff options
author | wiz <wiz> | 2009-05-19 08:59:00 +0000 |
---|---|---|
committer | wiz <wiz> | 2009-05-19 08:59:00 +0000 |
commit | 53d692acd8a71f89a941dada62a4345937a07233 (patch) | |
tree | 6a9e4328c8c41ae43ff29db30f6e978dd26921b7 /security/ssh2 | |
parent | 3ed0ee791ad16bb4ffe35b3ae38c3c23a87b463f (diff) | |
download | pkgsrc-53d692acd8a71f89a941dada62a4345937a07233.tar.gz |
Use standard location for LICENSE line (in MAINTAINER/HOMEPAGE/COMMENT
block). Uncomment some commented out LICENSE lines while here.
Diffstat (limited to 'security/ssh2')
-rw-r--r-- | security/ssh2/Makefile | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/security/ssh2/Makefile b/security/ssh2/Makefile index 108ff59dfad..33435cbed48 100644 --- a/security/ssh2/Makefile +++ b/security/ssh2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2007/09/07 22:12:22 jlam Exp $ +# $NetBSD: Makefile,v 1.23 2009/05/19 08:59:33 wiz Exp $ DISTNAME= ssh-3.2.9.1 PKGNAME= ${DISTNAME:C/ssh-/ssh2-/} @@ -8,6 +8,12 @@ MASTER_SITES= ftp://ftp.ssh.com/pub/ssh/ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.ssh.com/ +LICENSE= ssh-communications-security-license + +RESTRICTED= Reciprocal grant required for derivative works. Non-comercial use restrictions on some systems. +NO_BIN_ON_FTP= ${RESTRICTED} +NO_BIN_ON_CDROM= ${RESTRICTED} + COMMENT= Secure Shell client and server for V.2 SSH protocol PKG_DESTDIR_SUPPORT= destdir @@ -30,11 +36,6 @@ PLIST_SRC= ${.CURDIR}/../../security/ssh2/PLIST .include "../../mk/bsd.prefs.mk" .include "options.mk" -LICENSE= ssh-communications-security-license -RESTRICTED= Reciprocal grant required for derivative works. Non-comercial use restrictions on some systems. -NO_BIN_ON_FTP= ${RESTRICTED} -NO_BIN_ON_CDROM= ${RESTRICTED} - .if ${OPSYS} == "NetBSD" && ${MACHINE_ARCH} == "sparc64" # Later we may want to put an upper version bound on OS_VERSION or on # gcc version for this. |