diff options
author | mharo <mharo@FreeBSD.org> | 1999-04-23 00:01:10 +0800 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 1999-04-23 00:01:10 +0800 |
commit | 83925d5f6740fcd9a73fd871b5243c5564abfd99 (patch) | |
tree | 89cbb17a17c30d60eb2a9463f949de5b56c26679 /ftp/proftpd | |
parent | a04c48a2dae6d08cd331ff87beb6dcb8da8bc665 (diff) | |
download | freebsd-ports-gnome-83925d5f6740fcd9a73fd871b5243c5564abfd99.tar.gz freebsd-ports-gnome-83925d5f6740fcd9a73fd871b5243c5564abfd99.tar.zst freebsd-ports-gnome-83925d5f6740fcd9a73fd871b5243c5564abfd99.zip |
Change MAINTAINER email address to mharo@FreeBSD.org and add
an additional MASTER_SITE
Diffstat (limited to 'ftp/proftpd')
-rw-r--r-- | ftp/proftpd/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
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 |