diff options
author | Clement Laforet <clement@FreeBSD.org> | 2004-04-15 16:08:50 +0000 |
---|---|---|
committer | Clement Laforet <clement@FreeBSD.org> | 2004-04-15 16:08:50 +0000 |
commit | b83aac491a5f7780bd03c98524fd5d0cd62916c4 (patch) | |
tree | f26d1e74dc38a0bed3c228b2d5eed60a3e0f9f0c /ftp | |
parent | 9ea44c564b76914f2e0b3b350463ec4ae3c5f63c (diff) |
Notes
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 |