diff options
author | marius <marius@FreeBSD.org> | 2006-06-15 04:46:26 +0800 |
---|---|---|
committer | marius <marius@FreeBSD.org> | 2006-06-15 04:46:26 +0800 |
commit | 27abeba347d75208d3747fd7c7c4391c2105c305 (patch) | |
tree | 9c4607bfde6382bc72cf2a0c365588b66ace3699 /ftp/ftpd-tls | |
parent | 4319d24be24800124755d49e019a5bad53b6d9f9 (diff) | |
download | freebsd-ports-gnome-27abeba347d75208d3747fd7c7c4391c2105c305.tar.gz freebsd-ports-gnome-27abeba347d75208d3747fd7c7c4391c2105c305.tar.zst freebsd-ports-gnome-27abeba347d75208d3747fd7c7c4391c2105c305.zip |
Use MASTER_SITE_LOCAL instead of a private server.
Approved by: netchild
Diffstat (limited to 'ftp/ftpd-tls')
-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 |