diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1995-11-27 04:06:03 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1995-11-27 04:06:03 +0000 |
commit | 510bcaa2de6fe345f19661f4b874adc150460211 (patch) | |
tree | 13b1dd128e794add7444bb39fc28dfcfc2237596 /ftp/wu-ftpd+ipv6 | |
parent | Move utils to misc. Add www. (diff) |
Change "networking" to "net".
Diffstat (limited to 'ftp/wu-ftpd+ipv6')
-rw-r--r-- | ftp/wu-ftpd+ipv6/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ftp/wu-ftpd+ipv6/Makefile b/ftp/wu-ftpd+ipv6/Makefile index 489d43ed17e3..304eae5d5034 100644 --- a/ftp/wu-ftpd+ipv6/Makefile +++ b/ftp/wu-ftpd+ipv6/Makefile @@ -3,11 +3,11 @@ # Date created: 18 Oct 1994 # Whom: torstenb # -# $Id: Makefile,v 1.2 1995/04/01 12:48:53 jkh Exp $ +# $Id: Makefile,v 1.3 1995/04/15 05:42:06 asami Exp $ # DISTNAME= wu-ftpd-2.4 -CATEGORIES+= networking +CATEGORIES+= net MASTER_SITES= ftp://ftp.wustl.edu/packages/wuarchive-ftpd/ EXTRACT_SUFX= .tar.Z |