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 /www | |
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 'www')
-rw-r--r-- | www/horde3/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/www/horde3/Makefile b/www/horde3/Makefile index d4f9861efdd..8e2cf4726b7 100644 --- a/www/horde3/Makefile +++ b/www/horde3/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.23 2006/04/16 17:17:48 adrianp Exp $ +# $NetBSD: Makefile,v 1.24 2006/04/29 09:23:19 adrianp Exp $ DISTNAME= horde-3.1.1 CATEGORIES= www -MASTER_SITES= ftp://ftp.horde.org/pub/horde/tarballs/ +MASTER_SITES= http://ftp.horde.org/pub/horde/ \ + ftp://ftp.horde.org/pub/horde/ MAINTAINER= adrianp@NetBSD.org HOMEPAGE= http://www.horde.org/ |