diff options
author | asami <asami@FreeBSD.org> | 1999-08-02 18:44:03 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1999-08-02 18:44:03 +0800 |
commit | d45e5d86e501aae52c519631147ca1c281eb9bbb (patch) | |
tree | e6d3dfd0f3a06453628fff1e78ad57689b28a1b6 /ftp/ftpfind | |
parent | e74cb818acc1ee41c2c3e21528977b9e288b665c (diff) | |
download | freebsd-ports-gnome-d45e5d86e501aae52c519631147ca1c281eb9bbb.tar.gz freebsd-ports-gnome-d45e5d86e501aae52c519631147ca1c281eb9bbb.tar.zst freebsd-ports-gnome-d45e5d86e501aae52c519631147ca1c281eb9bbb.zip |
Change "net" -> "ftp".
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/ |