diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2003-05-22 23:30:30 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2003-05-22 23:30:30 +0000 |
commit | 15a940771d6a071c59db99de82bc88a30c4d90f9 (patch) | |
tree | 3d4ae03568f2b8711d0ef9c569632fc3733f5698 | |
parent | Update to 1.3.1. (diff) |
Update MASTER_SITES.
PR: ports/52595
Submitted by: Kevin Golding <kevin@caomhin.demon.co.uk>
Notes
Notes:
svn path=/head/; revision=81755
-rw-r--r-- | mail/mail2procmailrc/Makefile | 2 | ||||
-rw-r--r-- | mail/mail2procmailrc/pkg-descr | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/mail/mail2procmailrc/Makefile b/mail/mail2procmailrc/Makefile index 25ccff618a99..44eaa9a23721 100644 --- a/mail/mail2procmailrc/Makefile +++ b/mail/mail2procmailrc/Makefile @@ -9,7 +9,7 @@ PORTNAME= mail2procmailrc PORTVERSION= 0.9 CATEGORIES= mail -MASTER_SITES= http://www.ghettohack.net/timball/ +MASTER_SITES= http://www.tux.org/~timball/download/ DISTNAME= ${PORTNAME} MAINTAINER= ports@FreeBSD.org diff --git a/mail/mail2procmailrc/pkg-descr b/mail/mail2procmailrc/pkg-descr index 613cd6df15ce..efc375b52ae8 100644 --- a/mail/mail2procmailrc/pkg-descr +++ b/mail/mail2procmailrc/pkg-descr @@ -11,4 +11,4 @@ exec generateproc.pl to generate a file called ~/.procmail/m2proc.rc. in your .procmailrc you should have something like "INCLUDERC=~/.procmail/m2proc.rc" and everything should work. -WWW: http://www.ghettohack.net/timball/ +WWW: http://www.tux.org/~timball/ |