diff options
author | novel <novel@FreeBSD.org> | 2011-10-05 07:19:55 +0800 |
---|---|---|
committer | novel <novel@FreeBSD.org> | 2011-10-05 07:19:55 +0800 |
commit | a5c0cbef5da4d6f79c4d79d90f17127f73483e49 (patch) | |
tree | c257bf3a0ab9362e882dca537f2f47c4aa5bc51e | |
parent | 88af9748eeaa01222d36b78a294097dfe8d30e31 (diff) | |
download | freebsd-ports-gnome-a5c0cbef5da4d6f79c4d79d90f17127f73483e49.tar.gz freebsd-ports-gnome-a5c0cbef5da4d6f79c4d79d90f17127f73483e49.tar.zst freebsd-ports-gnome-a5c0cbef5da4d6f79c4d79d90f17127f73483e49.zip |
Un-break by fix fetching.
PR: 161284
Submitted by: Volodymyr Kostyrko <c.kworr@gmail.com>
-rw-r--r-- | russian/fortune-bashorgru/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/russian/fortune-bashorgru/Makefile b/russian/fortune-bashorgru/Makefile index 0bad47d7baa1..9f0172ab09e5 100644 --- a/russian/fortune-bashorgru/Makefile +++ b/russian/fortune-bashorgru/Makefile @@ -8,13 +8,11 @@ PORTNAME= fortune-bashorgru PORTVERSION= 20080903 CATEGORIES= russian -MASTER_SITES= http://www.dindin.ru/download/ +MASTER_SITES= http://limbo.xim.bz/distfiles/ MAINTAINER= ports@FreeBSD.org COMMENT= Fortunes from bash.org.ru and freebsd.rusnet.org.ru/bash -BROKEN= Does not fetch - NO_BUILD= yes SUB_FILES= pkg-message |