diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1999-08-02 10:44:03 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1999-08-02 10:44:03 +0000 |
commit | 779e91cb052b8447247c14d3384ca9782cdba5c1 (patch) | |
tree | 55f9bbe55727cd1e02f677f507306044d3edf8d8 /ftp/ftpfind | |
parent | Add new category "ftp". (diff) |
Change "net" -> "ftp".
Notes
Notes:
svn path=/head/; revision=20493
Diffstat (limited to 'ftp/ftpfind')
-rw-r--r-- | ftp/ftpfind/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ftp/ftpfind/Makefile b/ftp/ftpfind/Makefile index 871526f548bd..79c82cce304d 100644 --- a/ftp/ftpfind/Makefile +++ b/ftp/ftpfind/Makefile @@ -3,11 +3,11 @@ # Date created: Feb 21 1998 # Whom: Tomokazu ISHII <t-ishii@tryplanet.com> # -# $Id: Makefile,v 1.2 1998/06/04 20:28:04 steve Exp $ +# $Id: Makefile,v 1.3 1999/01/10 18:13:18 steve Exp $ # DISTNAME= ftpfind-0.996 -CATEGORIES= net +CATEGORIES= ftp MASTER_SITES= http://hp.vector.co.jp/authors/VA013366/ \ http://www.tryplanet.com/t-ishii/programs/ftpfind/ |