diff options
author | agc <agc@pkgsrc.org> | 1999-06-28 14:40:48 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 1999-06-28 14:40:48 +0000 |
commit | fb9650a9de64df4e51aa7a5d16a2ea5ea7c82830 (patch) | |
tree | 64c80b56de4e769ec88015be4415c1882d67234e /security | |
parent | 5784f7fee1547857712e9b3bfde350448a8d869f (diff) | |
download | pkgsrc-fb9650a9de64df4e51aa7a5d16a2ea5ea7c82830.tar.gz |
Add a LICENSE field of "no-commercial-use". Fixes PR 7874, from Bill
Sommerfeld.
Diffstat (limited to 'security')
-rw-r--r-- | security/ssh/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/ssh/Makefile b/security/ssh/Makefile index a845754e422..76df46ab70e 100644 --- a/security/ssh/Makefile +++ b/security/ssh/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.47 1999/05/26 15:35:42 tv Exp $ +# $NetBSD: Makefile,v 1.48 1999/06/28 14:40:48 agc Exp $ # FreeBSD Id: Makefile,v 1.47 1997/11/10 22:04:42 dima Exp # @@ -14,6 +14,7 @@ HOMEPAGE= http://www.cs.hut.fi/ssh/ RESTRICTED= "Crypto; export-controlled" MIRROR_DISTFILE= no IS_INTERACTIVE= YES +LICENSE= no-commercial-use CFLAGS= -O2 GNU_CONFIGURE= YES |