diff options
author | asami <asami@FreeBSD.org> | 1996-04-17 09:07:04 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1996-04-17 09:07:04 +0800 |
commit | c478164b841004e293e48667e37dd85bbc48deb4 (patch) | |
tree | aa250781ea57c5e45cbc5f36cfe259abdcb379b3 /security/ssh2 | |
parent | acba2d725c460d38c1eb60f3b42f0c2258cd1ed6 (diff) | |
download | freebsd-ports-gnome-c478164b841004e293e48667e37dd85bbc48deb4.tar.gz freebsd-ports-gnome-c478164b841004e293e48667e37dd85bbc48deb4.tar.zst freebsd-ports-gnome-c478164b841004e293e48667e37dd85bbc48deb4.zip |
Change NO_PACKAGE to RESTRICTED.
Diffstat (limited to 'security/ssh2')
-rw-r--r-- | security/ssh2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/ssh2/Makefile b/security/ssh2/Makefile index 3b8935fcbf9c..5b09922876aa 100644 --- a/security/ssh2/Makefile +++ b/security/ssh2/Makefile @@ -3,7 +3,7 @@ # Date created: 30 Jul 1995 # Whom: torstenb@FreeBSD.ORG # -# $Id: Makefile,v 1.19 1996/03/23 23:36:32 ache Exp $ +# $Id: Makefile,v 1.20 1996/03/24 23:04:17 ache Exp $ # # Maximal ssh package requires YES values for # USE_PERL, USE_WISH, USE_TCPWRAP @@ -27,7 +27,7 @@ MASTER_SITES= \ ftp://isdec.vc.cvut.cz/pub/security/unimi/crypt/applied-crypto/ .endif -NO_PACKAGE= YES +RESTRICTED= "Crypto; export-controlled" IS_INTERACTIVE= YES GNU_CONFIGURE= YES |