diff options
author | Michael Haro <mharo@FreeBSD.org> | 1999-04-22 16:01:10 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 1999-04-22 16:01:10 +0000 |
commit | 0706749d6e677cf5ebd45b8db5f92f10652dc8b2 (patch) | |
tree | 24cf766a49372adba6342fcbf5e92378f8beeda8 /ftp | |
parent | 606345bd5858364fed5c35c31cc26d4e4721382d (diff) | |
download | ports-0706749d6e677cf5ebd45b8db5f92f10652dc8b2.tar.gz ports-0706749d6e677cf5ebd45b8db5f92f10652dc8b2.zip |
Notes
Diffstat (limited to 'ftp')
-rw-r--r-- | ftp/proftpd-devel/Makefile | 7 | ||||
-rw-r--r-- | ftp/proftpd/Makefile | 7 |
2 files changed, 8 insertions, 6 deletions
diff --git a/ftp/proftpd-devel/Makefile b/ftp/proftpd-devel/Makefile index a69fb601ac0b..0e6a62858b69 100644 --- a/ftp/proftpd-devel/Makefile +++ b/ftp/proftpd-devel/Makefile @@ -3,15 +3,16 @@ # Date created: 26 January 1998 # Whom: Stephane Legrand # -# $Id: Makefile,v 1.10 1999/04/03 00:50:18 steve Exp $ +# $Id: Makefile,v 1.11 1999/04/09 17:25:44 obrien Exp $ # DISTNAME= proftpd-1.2.0pre3 PKGNAME= proftpd-1.2.0 CATEGORIES= net -MASTER_SITES= ftp://ftp.proftpd.org/distrib/ +MASTER_SITES= ftp://ftp.proftpd.org/distrib/ \ + ftp://ftp3.proftpd.org/distrib/ -MAINTAINER= mharo@area51.fremont.ca.us +MAINTAINER= mharo@FreeBSD.org MAN1= ftpcount.1 MAN8= proftpd.8 ftpshut.8 diff --git a/ftp/proftpd/Makefile b/ftp/proftpd/Makefile index a69fb601ac0b..0e6a62858b69 100644 --- a/ftp/proftpd/Makefile +++ b/ftp/proftpd/Makefile @@ -3,15 +3,16 @@ # Date created: 26 January 1998 # Whom: Stephane Legrand # -# $Id: Makefile,v 1.10 1999/04/03 00:50:18 steve Exp $ +# $Id: Makefile,v 1.11 1999/04/09 17:25:44 obrien Exp $ # DISTNAME= proftpd-1.2.0pre3 PKGNAME= proftpd-1.2.0 CATEGORIES= net -MASTER_SITES= ftp://ftp.proftpd.org/distrib/ +MASTER_SITES= ftp://ftp.proftpd.org/distrib/ \ + ftp://ftp3.proftpd.org/distrib/ -MAINTAINER= mharo@area51.fremont.ca.us +MAINTAINER= mharo@FreeBSD.org MAN1= ftpcount.1 MAN8= proftpd.8 ftpshut.8 |