From f54ee6559c06ca2ee5e7ad8d49d11f8482bbc530 Mon Sep 17 00:00:00 2001 From: Dirk Meyer Date: Mon, 28 May 2012 09:49:56 +0000 Subject: [PATCH] - add MASTER_SITE_GENTOO --- ftp/vsftpd/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ftp/vsftpd/Makefile b/ftp/vsftpd/Makefile index 2bed452e728e..da53b636545c 100644 --- a/ftp/vsftpd/Makefile +++ b/ftp/vsftpd/Makefile @@ -8,7 +8,9 @@ PORTNAME= vsftpd PORTVERSION= 3.0.0 CATEGORIES= ftp ipv6 -MASTER_SITES= https://security.appspot.com/downloads/ +MASTER_SITES= https://security.appspot.com/downloads/ \ + ${MASTER_SITE_GENTOO} +MASTER_SITE_SUBDIR= distfiles PKGNAMESUFFIX?= ${SSL_SUFFIX}${PKGNAMESUFFIX2} MAINTAINER= dinoex@FreeBSD.org