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 | 7a0d7d418fb584a9d8ec5cef5c7a105ec41f2e37 (patch) | |
tree | bc6455fb35a6fb546a2caf1e103f7304092c618b /mail/turba | |
parent | 50df9a52056f49c4b909f2cb0aa37ae185c3e30e (diff) | |
download | pkgsrc-7a0d7d418fb584a9d8ec5cef5c7a105ec41f2e37.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 'mail/turba')
-rw-r--r-- | mail/turba/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/mail/turba/Makefile b/mail/turba/Makefile index 84ec387eee0..8e9ca2ece9d 100644 --- a/mail/turba/Makefile +++ b/mail/turba/Makefile @@ -1,9 +1,10 @@ -# $NetBSD: Makefile,v 1.14 2006/03/08 23:54:27 adrianp Exp $ +# $NetBSD: Makefile,v 1.15 2006/04/29 09:23:19 adrianp Exp $ DISTNAME= turba-h3-${TURBAVER} PKGNAME= turba-${TURBAVER} CATEGORIES= mail www -MASTER_SITES= ftp://ftp.horde.org/pub/turba/ +MASTER_SITES= http://ftp.horde.org/pub/turba/ \ + ftp://ftp.horde.org/pub/turba/ MAINTAINER= adrianp@NetBSD.org HOMEPAGE= http://www.horde.org/turba/ |