diff options
author | clsung <clsung@FreeBSD.org> | 2006-05-09 09:45:53 +0800 |
---|---|---|
committer | clsung <clsung@FreeBSD.org> | 2006-05-09 09:45:53 +0800 |
commit | 582783554769de57fd0402833b6d0fae88d6075d (patch) | |
tree | 0a90fd398f6b9374e72fda688ce64a25e47aaaec /mail/libnewmail | |
parent | a679207fd8f43b633df58b3b4be472afee67f726 (diff) | |
download | freebsd-ports-gnome-582783554769de57fd0402833b6d0fae88d6075d.tar.gz freebsd-ports-gnome-582783554769de57fd0402833b6d0fae88d6075d.tar.zst freebsd-ports-gnome-582783554769de57fd0402833b6d0fae88d6075d.zip |
- libnewmail's MASTER_SITE has changed again. I have left the old one to
fall back to in case the file moves again.
PR: ports/97011
Submitted by: Shaun Amott <shaun AT inerd dot com>
Diffstat (limited to 'mail/libnewmail')
-rw-r--r-- | mail/libnewmail/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/libnewmail/Makefile b/mail/libnewmail/Makefile index 1e430a2a724a..8f1b3cd00bda 100644 --- a/mail/libnewmail/Makefile +++ b/mail/libnewmail/Makefile @@ -9,7 +9,8 @@ PORTNAME= libnewmail PORTVERSION= 0.3 PORTREVISION= 9 CATEGORIES= mail -MASTER_SITES= http://www.stud.uni-hamburg.de/~lennart/projects/libnewmail/ +MASTER_SITES= http://0pointer.de/lennart/projects/libnewmail/ \ + http://www.stud.uni-hamburg.de/~lennart/projects/libnewmail/ MAINTAINER= ports@FreeBSD.org COMMENT= Generic mail checking library |