diff options
author | adrianp <adrianp@pkgsrc.org> | 2006-04-29 09:23:19 +0000 |
---|---|---|
committer | adrianp <adrianp@pkgsrc.org> | 2006-04-29 09:23:19 +0000 |
commit | 0101b64a3e821cd9bce3a9519584b7d33301e285 (patch) | |
tree | bc6455fb35a6fb546a2caf1e103f7304092c618b /time/kronolith | |
parent | ca0b23e1f03f5e446d0104fde7a8acd35ce03413 (diff) | |
download | pkgsrc-0101b64a3e821cd9bce3a9519584b7d33301e285.tar.gz |
Move the primary MASTER_SITES to http://ftp.horde.org/pub/ and move
ftp://ftp.horde.org/pub/ to a backup
Diffstat (limited to 'time/kronolith')
-rw-r--r-- | time/kronolith/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/time/kronolith/Makefile b/time/kronolith/Makefile index f6763fde799..ad2b1343c8b 100644 --- a/time/kronolith/Makefile +++ b/time/kronolith/Makefile @@ -1,9 +1,10 @@ -# $NetBSD: Makefile,v 1.3 2006/04/17 20:56:30 adrianp Exp $ +# $NetBSD: Makefile,v 1.4 2006/04/29 09:23:19 adrianp Exp $ DISTNAME= kronolith-h3-${KRONOLITHVER} PKGNAME= kronolith-${KRONOLITHVER} CATEGORIES= www time -MASTER_SITES= ftp://ftp.horde.org/pub/kronolith/ +MASTER_SITES= http://ftp.horde.org/pub/kronolith/ \ + ftp://ftp.horde.org/pub/kronolith/ MAINTAINER= adrianp@NetBSD.org HOMEPAGE= http://www.horde.org/kronolith/ |