diff options
author | rakuco <rakuco@FreeBSD.org> | 2015-12-29 07:19:55 +0800 |
---|---|---|
committer | rakuco <rakuco@FreeBSD.org> | 2015-12-29 07:19:55 +0800 |
commit | b6422e69c59d4c1e64f7500518d02099ee522185 (patch) | |
tree | 9baf08212f2a8050e1977f1e130746c8eca5506d /ftp | |
parent | 1481b10440a9ec4055c39f2704bb8232806e73a6 (diff) | |
download | freebsd-ports-gnome-b6422e69c59d4c1e64f7500518d02099ee522185.tar.gz freebsd-ports-gnome-b6422e69c59d4c1e64f7500518d02099ee522185.tar.zst freebsd-ports-gnome-b6422e69c59d4c1e64f7500518d02099ee522185.zip |
Fix MASTER_SITES and unmark broken.
Diffstat (limited to 'ftp')
-rw-r--r-- | ftp/yafc/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/ftp/yafc/Makefile b/ftp/yafc/Makefile index dbc3a1bb5be1..43599666f43a 100644 --- a/ftp/yafc/Makefile +++ b/ftp/yafc/Makefile @@ -5,14 +5,13 @@ PORTNAME= yafc PORTVERSION= 1.2.5 PORTREVISION= 1 CATEGORIES= ftp ipv6 -MASTER_SITES= http://www.yafc-ftp.com/upload/ +MASTER_SITES= http://www.yafc-ftp.com/downloads/ MAINTAINER= wg@FreeBSD.org COMMENT= Yet another ftp client. Similar to ftp(1) LICENSE= GPLv2 # (or later) -BROKEN= Does not fetch OPTIONS_DEFINE= BASH EXAMPLES NLS SSH READLINE OPTIONS_DEFAULT=BASH NLS SSH |