diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-05-09 01:45:53 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-05-09 01:45:53 +0000 |
commit | 8e2bb4a799993d35623e08d910dffb81049a559a (patch) | |
tree | 2b22557539c27a174224a8809756bc3c8549007a /mail | |
parent | 3df669a3eb5153d6bdf1a4c187b03fe3ab6a7737 (diff) |
- 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>
Notes
Notes:
svn path=/head/; revision=161768
Diffstat (limited to 'mail')
-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 |