diff options
author | pooka <pooka> | 2001-11-26 22:30:15 +0000 |
---|---|---|
committer | pooka <pooka> | 2001-11-26 22:30:15 +0000 |
commit | a1eec71ccea3a476d7523550ee68fe0409ec3c8d (patch) | |
tree | 3e64ab4477063ca87eea37fece55bacd369afa0f /mail | |
parent | 2ba21c0022e5dda1bf8c4f187667480bbe6e4c82 (diff) | |
download | pkgsrc-a1eec71ccea3a476d7523550ee68fe0409ec3c8d.tar.gz |
Replace spruce HOMEPAGE and MASTER_SITES with a more current and.. eh ..
approriate address.
Problem noted by arctic- on irc
XXX: uncertain if master site is correct. sourceforge is down for a reason
or another, and there are no easily spottable mirrors.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/spruce/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/spruce/Makefile b/mail/spruce/Makefile index 6f5244bcaf2..8f17a6f4186 100644 --- a/mail/spruce/Makefile +++ b/mail/spruce/Makefile @@ -1,12 +1,12 @@ -# $NetBSD: Makefile,v 1.7 2001/02/17 18:25:06 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2001/11/26 22:30:15 pooka Exp $ # DISTNAME= spruce-0.5.17 CATEGORIES= mail -MASTER_SITES= http://www.xtorshun.org/spruce/ +MASTER_SITES= ftp://spruce.sourceforge.net/pub/spruce/stable/ MAINTAINER= mellon@isc.org -HOMEPAGE= http://www.xtorshun.org/spruce/ +HOMEPAGE= http://spruce.sourceforge.net/ COMMENT= MIME-aware, GNOME-based email program DEPENDS+= gnome-libs>=1.0.56:../../x11/gnome-libs |