diff options
author | dirk <dirk@FreeBSD.org> | 2003-01-30 10:05:54 +0000 |
---|---|---|
committer | dirk <dirk@FreeBSD.org> | 2003-01-30 10:05:54 +0000 |
commit | ed1325276c57055e2c23938ba989034bb908a1ac (patch) | |
tree | 5a1b3af1842be69786003011ee685515019868db /deskutils/horde-kronolith/Makefile | |
parent | 63961948c46517cb9c7754b2193951065e1f9f97 (diff) | |
download | FreeBSD-ports-ed1325276c57055e2c23938ba989034bb908a1ac.zip FreeBSD-ports-ed1325276c57055e2c23938ba989034bb908a1ac.tar.gz |
- fix isWarning
- fix ftp sites
PR: ports/47418
Submitted by: Thierry Thomas <thierry@pompo.net>
Diffstat (limited to 'deskutils/horde-kronolith/Makefile')
-rw-r--r-- | deskutils/horde-kronolith/Makefile | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/deskutils/horde-kronolith/Makefile b/deskutils/horde-kronolith/Makefile index 15cbd73..f6c0fc6 100644 --- a/deskutils/horde-kronolith/Makefile +++ b/deskutils/horde-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 |