diff options
author | hwr <hwr@pkgsrc.org> | 1999-08-11 20:13:03 +0000 |
---|---|---|
committer | hwr <hwr@pkgsrc.org> | 1999-08-11 20:13:03 +0000 |
commit | f205d12ea754718cbf28e63d297bd3799a0b0437 (patch) | |
tree | 3d45af04ff22d0e5934f93763fc0fe1978839af5 /mail/fetchmail | |
parent | 38e4811e7ee408c72fbfa18abd42ee228dea160b (diff) | |
download | pkgsrc-f205d12ea754718cbf28e63d297bd3799a0b0437.tar.gz |
Homepage location has changed. Fixes PR 8192 by
Jim Bernard <jbernard@ox.mines.edu>
Diffstat (limited to 'mail/fetchmail')
-rw-r--r-- | mail/fetchmail/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/fetchmail/Makefile b/mail/fetchmail/Makefile index 19545bf9988..1ab9398e02c 100644 --- a/mail/fetchmail/Makefile +++ b/mail/fetchmail/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.47 1999/08/07 12:50:21 frueauf Exp $ +# $NetBSD: Makefile,v 1.48 1999/08/11 20:13:03 hwr Exp $ # DISTNAME= fetchmail-5.0.6 @@ -8,7 +8,7 @@ MASTER_SITES= ftp://ftp.ccil.org/pub/esr/fetchmail/ \ http://sunsite.unc.edu/pub/Linux/system/mail/pop/ MAINTAINER= mycroft@netbsd.org -HOMEPAGE= http://sagan.earthspace.net/~esr/fetchmail/ +HOMEPAGE= http://www.tuxedo.org/~esr/fetchmail/ BUILD_DEPENDS+= autoconf:../../devel/autoconf |