diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2012-05-28 09:49:56 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2012-05-28 09:49:56 +0000 |
commit | f54ee6559c06ca2ee5e7ad8d49d11f8482bbc530 (patch) | |
tree | 81c3e3fa7b5ed0749402deb71c7f862f6c482fcd /ftp/vsftpd/Makefile | |
parent | 708b3398e11817b75e2b7075cfb1fd1bb5144570 (diff) | |
download | ports-f54ee6559c06ca2ee5e7ad8d49d11f8482bbc530.tar.gz ports-f54ee6559c06ca2ee5e7ad8d49d11f8482bbc530.zip |
- add MASTER_SITE_GENTOO
Notes
Notes:
svn path=/head/; revision=297582
Diffstat (limited to 'ftp/vsftpd/Makefile')
-rw-r--r-- | ftp/vsftpd/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
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 |