diff options
author | nia <nia@pkgsrc.org> | 2020-03-20 11:57:53 +0000 |
---|---|---|
committer | nia <nia@pkgsrc.org> | 2020-03-20 11:57:53 +0000 |
commit | d58009da0657fe880ba21b34400da2a77eba41e0 (patch) | |
tree | eb96bae4bf5316b1dfef0f0a29424adca1389e76 /mail/mpop | |
parent | 32297addea82e686075801b27c6776e6cf189ab4 (diff) | |
download | pkgsrc-d58009da0657fe880ba21b34400da2a77eba41e0.tar.gz |
*: Convert broken sourceforge HOMEPAGEs back to http
Diffstat (limited to 'mail/mpop')
-rw-r--r-- | mail/mpop/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/mpop/Makefile b/mail/mpop/Makefile index 85093c6f721..0b3fd5307a6 100644 --- a/mail/mpop/Makefile +++ b/mail/mpop/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.30 2020/03/08 16:50:24 wiz Exp $ +# $NetBSD: Makefile,v 1.31 2020/03/20 11:57:58 nia Exp $ DISTNAME= mpop-1.2.6 PKGREVISION= 3 @@ -7,7 +7,7 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=mpop/} EXTRACT_SUFX= .tar.xz MAINTAINER= reed@reedmedia.net -HOMEPAGE= https://mpop.sourceforge.net/ +HOMEPAGE= http://mpop.sourceforge.net/ COMMENT= Small, fast and portable POP3 client LICENSE= gnu-gpl-v3 |