diff options
author | clement <clement@FreeBSD.org> | 2004-04-15 16:08:50 +0000 |
---|---|---|
committer | clement <clement@FreeBSD.org> | 2004-04-15 16:08:50 +0000 |
commit | 67f942825deab6babe4600052b3c1176eb42fc83 (patch) | |
tree | 816e9982648abf9803e16e62efbfae362cc2d0b1 /ftp/moftpd | |
parent | aa0bc9d364e7ad4ac76ffdc253141c1b67d49442 (diff) | |
download | FreeBSD-ports-67f942825deab6babe4600052b3c1176eb42fc83.zip FreeBSD-ports-67f942825deab6babe4600052b3c1176eb42fc83.tar.gz |
- Mirror distfile [1]
- Take back maintainership
Noticed by: bento via kris [1]
Diffstat (limited to 'ftp/moftpd')
-rw-r--r-- | ftp/moftpd/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/ftp/moftpd/Makefile b/ftp/moftpd/Makefile index a69fea5..2ac8c68 100644 --- a/ftp/moftpd/Makefile +++ b/ftp/moftpd/Makefile @@ -8,9 +8,11 @@ PORTNAME= moftpd PORTVERSION= 1.1.6 CATEGORIES= ftp ipv6 -MASTER_SITES= ftp://ftp.morth.org/moftpd/ +MASTER_SITES= ftp://ftp.morth.org/moftpd/ \ + ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= clement -MAINTAINER= ports@FreeBSD.org +MAINTAINER= clement@FreeBSD.org COMMENT= A powerful FTP server supporting IPv6, TLS, and much more GNU_CONFIGURE= yes |