diff options
author | agc <agc> | 1999-06-28 14:40:48 +0000 |
---|---|---|
committer | agc <agc> | 1999-06-28 14:40:48 +0000 |
commit | 7348b278b1fad80fe07a2adc05b93c3967cf8d44 (patch) | |
tree | 64c80b56de4e769ec88015be4415c1882d67234e | |
parent | 5ce05870d4bee4fdb399a2f85f18be35baa5975f (diff) | |
download | pkgsrc-7348b278b1fad80fe07a2adc05b93c3967cf8d44.tar.gz |
Add a LICENSE field of "no-commercial-use". Fixes PR 7874, from Bill
Sommerfeld.
-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 |