diff options
author | riggs <riggs@FreeBSD.org> | 2015-05-17 20:10:02 +0800 |
---|---|---|
committer | riggs <riggs@FreeBSD.org> | 2015-05-17 20:10:02 +0800 |
commit | 548667e216c55ed3860a40c9d79bf077ede4d90c (patch) | |
tree | 8d828efff14ceb179ad24329a5bc2e5df930790a /ftp | |
parent | 1715c4988a35a2c1965aad9f6127c994eb551659 (diff) | |
download | freebsd-ports-gnome-548667e216c55ed3860a40c9d79bf077ede4d90c.tar.gz freebsd-ports-gnome-548667e216c55ed3860a40c9d79bf077ede4d90c.tar.zst freebsd-ports-gnome-548667e216c55ed3860a40c9d79bf077ede4d90c.zip |
Un-break build (fix of MASTER_SITES lets fetch succeed)
PR: 199410
Submitted by: portmaster@bsdforge.com
MFH: 2015Q2
Diffstat (limited to 'ftp')
-rw-r--r-- | ftp/twoftpd/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/ftp/twoftpd/Makefile b/ftp/twoftpd/Makefile index f4666b41d00d..cda8f0a98646 100644 --- a/ftp/twoftpd/Makefile +++ b/ftp/twoftpd/Makefile @@ -5,15 +5,13 @@ PORTNAME= twoftpd PORTVERSION= 1.42 PORTREVISION= 1 CATEGORIES= ftp -MASTER_SITES= http://untroubled.org/${PORTNAME}/ +MASTER_SITES= http://untroubled.org/archive/${PORTNAME}/ MAINTAINER= ports@FreeBSD.org COMMENT= Simple, secure, efficient FTP server LICENSE= GPLv2 -BROKEN= No public distfiles - BUILD_DEPENDS= ${LOCALBASE}/bin/bg-installer:${PORTSDIR}/devel/bglibs LIB_DEPENDS= libcvm-v2client.so:${PORTSDIR}/security/cvm |