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/proftpd | |
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/proftpd')
-rw-r--r-- | ftp/proftpd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ftp/proftpd/Makefile b/ftp/proftpd/Makefile index 0e6a62858b69..0a104307a941 100644 --- a/ftp/proftpd/Makefile +++ b/ftp/proftpd/Makefile @@ -3,12 +3,12 @@ # Date created: 26 January 1998 # Whom: Stephane Legrand # -# $Id: Makefile,v 1.11 1999/04/09 17:25:44 obrien Exp $ +# $Id: Makefile,v 1.12 1999/04/22 16:01:10 mharo Exp $ # DISTNAME= proftpd-1.2.0pre3 PKGNAME= proftpd-1.2.0 -CATEGORIES= net +CATEGORIES= ftp MASTER_SITES= ftp://ftp.proftpd.org/distrib/ \ ftp://ftp3.proftpd.org/distrib/ |