diff options
author | dirk <dirk@FreeBSD.org> | 2003-01-30 18:05:54 +0800 |
---|---|---|
committer | dirk <dirk@FreeBSD.org> | 2003-01-30 18:05:54 +0800 |
commit | ed1325276c57055e2c23938ba989034bb908a1ac (patch) | |
tree | 5a1b3af1842be69786003011ee685515019868db /deskutils/kronolith/Makefile | |
parent | 63961948c46517cb9c7754b2193951065e1f9f97 (diff) | |
download | freebsd-ports-gnome-ed1325276c57055e2c23938ba989034bb908a1ac.tar.gz freebsd-ports-gnome-ed1325276c57055e2c23938ba989034bb908a1ac.tar.zst freebsd-ports-gnome-ed1325276c57055e2c23938ba989034bb908a1ac.zip |
- fix isWarning
- fix ftp sites
PR: ports/47418
Submitted by: Thierry Thomas <thierry@pompo.net>
Diffstat (limited to 'deskutils/kronolith/Makefile')
-rw-r--r-- | deskutils/kronolith/Makefile | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/deskutils/kronolith/Makefile b/deskutils/kronolith/Makefile index 15cbd738af4f..f6c0fc658ace 100644 --- a/deskutils/kronolith/Makefile +++ b/deskutils/kronolith/Makefile @@ -7,10 +7,14 @@ PORTNAME= kronolith PORTVERSION= 1.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= deskutils www -MASTER_SITES= ftp://ftp.horde.org/pub/kronolith/tarballs/%SUBDIR%/ -MASTER_SITE_SUBDIR= . old +MASTER_SITES= ftp://ftp.horde.org/pub/kronolith/ \ + ftp://ftp.au.horde.org/pub/horde/kronolith/ \ + ftp://ftp.es.horde.org/pub/kronolith/ \ + ftp://ftp.it.horde.org/pub/mirror/horde.org/kronolith/ \ + ftp://ftp.nl.horde.org/mirror/horde-ftp/pub/kronolith/ \ + ftp://ftp.pt.horde.org/pub/horde-ftp/kronolith/ MAINTAINER= thierry@pompo.net |