diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1995-11-22 13:20:16 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1995-11-22 13:20:16 +0000 |
commit | 45cb4f24a626d5d375f8930a9f441d98fe84b706 (patch) | |
tree | 8675f66b82ad6f6b297d95dc12917ef34c2c138f /security/tcp_wrapper/Makefile | |
parent | b420aa2bfb6c650c56a8a2763731c73f90a4abea (diff) | |
download | ports-45cb4f24a626d5d375f8930a9f441d98fe84b706.tar.gz ports-45cb4f24a626d5d375f8930a9f441d98fe84b706.zip |
Change category "networking" to "net".
Notes
Notes:
svn path=/head/; revision=2455
Diffstat (limited to 'security/tcp_wrapper/Makefile')
-rw-r--r-- | security/tcp_wrapper/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 |