diff options
Diffstat (limited to 'net/vsftpd')
-rw-r--r-- | net/vsftpd/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/net/vsftpd/Makefile b/net/vsftpd/Makefile index e59870907fc..84c95f33f98 100644 --- a/net/vsftpd/Makefile +++ b/net/vsftpd/Makefile @@ -1,9 +1,10 @@ -# $NetBSD: Makefile,v 1.34 2011/09/09 15:13:09 wiz Exp $ +# $NetBSD: Makefile,v 1.35 2011/12/07 10:24:47 joerg Exp $ # DISTNAME= vsftpd-2.3.4 CATEGORIES= net -MASTER_SITES= http://security.appspot.com/downloads/ +MASTER_SITES= http://security.appspot.com/downloads/ \ + ${MASTER_SITE_LOCAL} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://vsftpd.beasts.org/ @@ -16,9 +17,6 @@ PKG_SYSCONFSUBDIR= vsftpd USE_FEATURES+= inet6 -# http link redirects to https -FETCH_USING= curl - BUILD_TARGET= vsftpd RCD_SCRIPTS= vsftpd |