diff options
author | clement <clement@FreeBSD.org> | 2004-04-16 00:08:50 +0800 |
---|---|---|
committer | clement <clement@FreeBSD.org> | 2004-04-16 00:08:50 +0800 |
commit | 67f942825deab6babe4600052b3c1176eb42fc83 (patch) | |
tree | 816e9982648abf9803e16e62efbfae362cc2d0b1 /ftp | |
parent | aa0bc9d364e7ad4ac76ffdc253141c1b67d49442 (diff) | |
download | freebsd-ports-gnome-67f942825deab6babe4600052b3c1176eb42fc83.tar.gz freebsd-ports-gnome-67f942825deab6babe4600052b3c1176eb42fc83.tar.zst freebsd-ports-gnome-67f942825deab6babe4600052b3c1176eb42fc83.zip |
- Mirror distfile [1]
- Take back maintainership
Noticed by: bento via kris [1]
Diffstat (limited to 'ftp')
-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 a69fea501ab0..2ac8c680550f 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 |