diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-07-11 19:15:39 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-07-11 19:15:39 +0000 |
commit | d6e5e14837044e32ef0a3f2e476b3c0efcab9f4b (patch) | |
tree | 15bcb5b9fe39536e6ce79bafcd09bf4c1e83dbca | |
parent | 04f33a0cdad7411ffb4f70995ee8bfeab1226934 (diff) | |
download | ports-d6e5e14837044e32ef0a3f2e476b3c0efcab9f4b.tar.gz ports-d6e5e14837044e32ef0a3f2e476b3c0efcab9f4b.zip |
Notes
-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 |