diff options
author | joerg <joerg> | 2011-12-07 10:24:47 +0000 |
---|---|---|
committer | joerg <joerg> | 2011-12-07 10:24:47 +0000 |
commit | 2a7c4d1bd5f61b90b54e9da1b583ae07650e3a99 (patch) | |
tree | 717e966cd3b5edec13e733f308d447bd26d1c0d0 /net/vsftpd | |
parent | e50e47b4514a47986b0ca709ad200605feb93ece (diff) | |
download | pkgsrc-2a7c4d1bd5f61b90b54e9da1b583ae07650e3a99.tar.gz |
Mirror locally
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 |