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/proftpd | |
parent | Add new category "ftp". (diff) |
Change "net" -> "ftp".
Notes
Notes:
svn path=/head/; revision=20493
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/ |