diff options
author | Marius Strobl <marius@FreeBSD.org> | 2006-06-14 20:46:26 +0000 |
---|---|---|
committer | Marius Strobl <marius@FreeBSD.org> | 2006-06-14 20:46:26 +0000 |
commit | 417e06e92956caac15629be31806045d53889539 (patch) | |
tree | 02613517346a1d0fd07b1b96034687d62a36c6c0 /ftp/ftpd-tls/Makefile | |
parent | 2eaa3d132bf257af815febbfa10841576c86a4eb (diff) | |
download | ports-417e06e92956caac15629be31806045d53889539.tar.gz ports-417e06e92956caac15629be31806045d53889539.zip |
Notes
Diffstat (limited to 'ftp/ftpd-tls/Makefile')
-rw-r--r-- | ftp/ftpd-tls/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ftp/ftpd-tls/Makefile b/ftp/ftpd-tls/Makefile index 04b3c4d23c11..1651d40fbf89 100644 --- a/ftp/ftpd-tls/Makefile +++ b/ftp/ftpd-tls/Makefile @@ -9,7 +9,8 @@ PORTNAME= ftpd-tls PORTVERSION= 20031008 PORTREVISION= 2 CATEGORIES= ftp security -MASTER_SITES= ftp://ftp.zeist.de/pub/distfiles/ +MASTER_SITES= ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= marius MAINTAINER= marius@FreeBSD.org COMMENT= Ftp server supporting FTP AUTH TLS |