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 | |
parent | d779c3266cf9cdf4642f3a304036c8cdbcf566d5 (diff) | |
download | freebsd-ports-gnome-e5ecc6844564f9c971bd7073cd264ec723d891c7.tar.gz freebsd-ports-gnome-e5ecc6844564f9c971bd7073cd264ec723d891c7.tar.zst freebsd-ports-gnome-e5ecc6844564f9c971bd7073cd264ec723d891c7.zip |
Change category "networking" to "net".
-rw-r--r-- | security/libident/Makefile | 4 | ||||
-rw-r--r-- | security/pidentd/Makefile | 4 | ||||
-rw-r--r-- | security/ssh/Makefile | 4 | ||||
-rw-r--r-- | security/ssh2/Makefile | 4 | ||||
-rw-r--r-- | security/tcp_wrapper/Makefile | 4 |
5 files changed, 10 insertions, 10 deletions
diff --git a/security/libident/Makefile b/security/libident/Makefile index 38ce63eb3c4a..3873f1e48ce1 100644 --- a/security/libident/Makefile +++ b/security/libident/Makefile @@ -3,11 +3,11 @@ # Date created: 9 October 1995 # Whom: torstenb@FreeBSD.ORG # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1995/10/12 07:29:17 asami Exp $ # DISTNAME= libident-0.18 -CATEGORIES= development networking security +CATEGORIES= devel net security MASTER_SITES= ftp://ftp.lysator.liu.se/pub/ident/libs/ MAINTAINER= torstenb@FreeBSD.ORG diff --git a/security/pidentd/Makefile b/security/pidentd/Makefile index 992efcbcec46..96460f8a4443 100644 --- a/security/pidentd/Makefile +++ b/security/pidentd/Makefile @@ -3,11 +3,11 @@ # Date created: 19 Oct 1994 # Whom: torstenb # -# $Id: Makefile,v 1.8 1995/07/27 20:29:39 torstenb Exp $ +# $Id: Makefile,v 1.9 1995/07/28 01:00:30 ache Exp $ # DISTNAME= pidentd-2.6.1 -CATEGORIES+= security networking +CATEGORIES+= security net MASTER_SITES= ftp://ftp.lysator.liu.se/pub/ident/servers/ \ ftp://ftp.fu-berlin.de/unix/security/ident/servers/ ALL_TARGET= freebsd diff --git a/security/ssh/Makefile b/security/ssh/Makefile index e913d4f3de52..17df8e2a1b54 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/ diff --git a/security/ssh2/Makefile b/security/ssh2/Makefile index e913d4f3de52..17df8e2a1b54 100644 --- a/security/ssh2/Makefile +++ b/security/ssh2/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/ diff --git a/security/tcp_wrapper/Makefile b/security/tcp_wrapper/Makefile index ffd6add3e7fe..d824b32cec3b 100644 --- a/security/tcp_wrapper/Makefile +++ b/security/tcp_wrapper/Makefile @@ -3,12 +3,12 @@ # Date created: 27 Oct 1994 # Whom: torstenb # -# $Id: Makefile,v 1.8 1995/05/17 05:55:38 asami Exp $ +# $Id: Makefile,v 1.9 1995/07/13 01:15:52 asami Exp $ # DISTNAME= tcp_wrappers_7.2 PKGNAME= tcp_wrappers-7.2 -CATEGORIES+= security networking +CATEGORIES+= security net MASTER_SITES= ftp://ftp.win.tue.nl/pub/security/ MAINTAINER= torstenb@FreeBSD.ORG |