diff options
author | asami <asami@FreeBSD.org> | 1999-08-02 10:44:03 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1999-08-02 10:44:03 +0000 |
commit | d45e5d86e501aae52c519631147ca1c281eb9bbb (patch) | |
tree | e6d3dfd0f3a06453628fff1e78ad57689b28a1b6 /ftp/IglooFTP | |
parent | e74cb818acc1ee41c2c3e21528977b9e288b665c (diff) | |
download | FreeBSD-ports-d45e5d86e501aae52c519631147ca1c281eb9bbb.zip FreeBSD-ports-d45e5d86e501aae52c519631147ca1c281eb9bbb.tar.gz |
Change "net" -> "ftp".
Diffstat (limited to 'ftp/IglooFTP')
-rw-r--r-- | ftp/IglooFTP/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ftp/IglooFTP/Makefile b/ftp/IglooFTP/Makefile index 94da871..a7ab3ab 100644 --- a/ftp/IglooFTP/Makefile +++ b/ftp/IglooFTP/Makefile @@ -3,12 +3,12 @@ # Date created: 3 May 1999 # Whom: Andrey Zakhvatov # -# $Id: Makefile,v 1.1.1.1 1999/05/07 17:43:08 flathill Exp $ +# $Id: Makefile,v 1.2 1999/05/29 03:55:07 steve Exp $ # DISTNAME= IglooFTP-0.6.1.src PKGNAME= IglooFTP-0.6.1 -CATEGORIES= net +CATEGORIES= ftp MASTER_SITES= ${MASTER_SITE_SUNSITE} \ ftp://littleigloo.org/pub/iglooftp/ MASTER_SITE_SUBDIR= system/network/file-transfer |