diff options
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 |