diff options
author | Tom Hukins <tom@FreeBSD.org> | 1999-08-08 21:07:37 +0000 |
---|---|---|
committer | Tom Hukins <tom@FreeBSD.org> | 1999-08-08 21:07:37 +0000 |
commit | 99c52582b6cd997737be85f71031ef28772f1159 (patch) | |
tree | 19f8f89e65fcd8052a5d1456780782d4f06c699a /mail | |
parent | Move distfile location to http://www.freebsd.org/~chris/distfiles/ (diff) |
Fix MASTER_SITES and update MAINTAINER address
Diffstat (limited to 'mail')
-rw-r--r-- | mail/serialmail/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/mail/serialmail/Makefile b/mail/serialmail/Makefile index aa5da69c4163..2e59e545afc7 100644 --- a/mail/serialmail/Makefile +++ b/mail/serialmail/Makefile @@ -3,14 +3,16 @@ # Date created: 2 November 1998 # Whom: Tom Hukins <tom@eborcom.com> # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1999/01/02 19:55:05 steve Exp $ # DISTNAME= serialmail-0.75 CATEGORIES= mail -MASTER_SITES= ftp://koobera.math.uic.edu/pub/software/ +MASTER_SITES= ftp://koobera.math.uic.edu/www/software/ \ + ftp://ftp.qmail.org/pub/koobera.math.uic.edu/pub/software/ \ + http://www.freebsd.org/~tom/distfiles/ -MAINTAINER= tom@eborcom.com +MAINTAINER= tom@FreeBSD.org MAN1= maildirqmtp.1 maildirserial.1 maildirsmtp.1 serialqmtp.1 serialsmtp.1 setlock.1 |