diff options
author | krion <krion@FreeBSD.org> | 2004-07-12 03:15:39 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2004-07-12 03:15:39 +0800 |
commit | 5ffd0baf931fd80b7c668d7776ed7f3b6e8ccd0f (patch) | |
tree | 8abcbaacebaefdec4351a8029f8c2fab49a0d781 /mail/getmail/Makefile | |
parent | cf40c22cbeeb9d5d08c0a0d2f56ea3601005d2cf (diff) | |
download | freebsd-ports-gnome-5ffd0baf931fd80b7c668d7776ed7f3b6e8ccd0f.tar.gz freebsd-ports-gnome-5ffd0baf931fd80b7c668d7776ed7f3b6e8ccd0f.tar.zst freebsd-ports-gnome-5ffd0baf931fd80b7c668d7776ed7f3b6e8ccd0f.zip |
Fix MASTER_SITES
PR: ports/68926
Submitted by: TAOKA Fumiyoshi <fmysh@iijmio-mail.jp>
Diffstat (limited to 'mail/getmail/Makefile')
-rw-r--r-- | mail/getmail/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/mail/getmail/Makefile b/mail/getmail/Makefile index c96ff059187d..fffd55efa466 100644 --- a/mail/getmail/Makefile +++ b/mail/getmail/Makefile @@ -8,14 +8,12 @@ PORTNAME= getmail PORTVERSION= 3.2.4 CATEGORIES= mail python -MASTER_SITES= http://www.qcc.ca/~charlesc/software/getmail-3.0/%SUBDIR%/ -MASTER_SITE_SUBDIR= . old-versions +MASTER_SITES= http://www.qcc.ca/~charlesc/software/getmail-4/%SUBDIR%/ +MASTER_SITE_SUBDIR= old-versions MAINTAINER= sergei@FreeBSD.org COMMENT= POP3 mail retriever with reliable Maildir/command delivery -BROKEN= "Unfetchable" - USE_PYTHON= yes USE_REINPLACE= yes |