diff options
author | joerg <joerg@pkgsrc.org> | 2011-12-07 10:24:47 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2011-12-07 10:24:47 +0000 |
commit | eecb71264ba07707d7d75a316f1b78a497a134a7 (patch) | |
tree | 717e966cd3b5edec13e733f308d447bd26d1c0d0 /net | |
parent | 85f8ad0357a40f44b42bd8ac91bea46ce9b1d80b (diff) | |
download | pkgsrc-eecb71264ba07707d7d75a316f1b78a497a134a7.tar.gz |
Mirror locally
Diffstat (limited to 'net')
-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 |