diff options
author | asami <asami@FreeBSD.org> | 1995-11-22 21:20:16 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1995-11-22 21:20:16 +0800 |
commit | e5ecc6844564f9c971bd7073cd264ec723d891c7 (patch) | |
tree | cde0211911d8ec0a8310572a7d2363b936f4f80e /security/ssh | |
parent | d779c3266cf9cdf4642f3a304036c8cdbcf566d5 (diff) | |
download | freebsd-ports-graphics-e5ecc6844564f9c971bd7073cd264ec723d891c7.tar.gz freebsd-ports-graphics-e5ecc6844564f9c971bd7073cd264ec723d891c7.tar.zst freebsd-ports-graphics-e5ecc6844564f9c971bd7073cd264ec723d891c7.zip |
Change category "networking" to "net".
Diffstat (limited to 'security/ssh')
-rw-r--r-- | security/ssh/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/ssh/Makefile b/security/ssh/Makefile index e913d4f3de5..17df8e2a1b5 100644 --- a/security/ssh/Makefile +++ b/security/ssh/Makefile @@ -3,11 +3,11 @@ # Date created: 30 Jul 1995 # Whom: torstenb@FreeBSD.ORG # -# $Id: Makefile,v 1.3 1995/10/10 17:02:24 ache Exp $ +# $Id: Makefile,v 1.4 1995/11/09 05:58:00 asami Exp $ # DISTNAME= ssh-1.2.10 -CATEGORIES= security networking +CATEGORIES= security net MASTER_SITES= ftp://ftp.funet.fi/pub/unix/security/ \ ftp://ftp.cs.hut.fi/pub/ssh/snapshots/ |