diff options
author | Tim Vanderhoek <hoek@FreeBSD.org> | 1998-07-18 20:10:35 +0000 |
---|---|---|
committer | Tim Vanderhoek <hoek@FreeBSD.org> | 1998-07-18 20:10:35 +0000 |
commit | 68808e882ff03d8e14ab4cf5dc5235b78b5c4e40 (patch) | |
tree | 9a6bec3fcdddfbb287124e73017778ca4ec163a8 /mail | |
parent | 72bd29f56d5a62247601a65b546179ed4519bbfa (diff) | |
download | ports-68808e882ff03d8e14ab4cf5dc5235b78b5c4e40.tar.gz ports-68808e882ff03d8e14ab4cf5dc5235b78b5c4e40.zip |
Notes
Diffstat (limited to 'mail')
-rw-r--r-- | mail/qmail/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/qmail/Makefile b/mail/qmail/Makefile index 67880f2ad643..d19624ceefeb 100644 --- a/mail/qmail/Makefile +++ b/mail/qmail/Makefile @@ -3,7 +3,7 @@ # Date created: 25 May 1998 # Whom: Mario S F Ferreira <lioux@gns.com.br> et al. # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1998/07/18 19:59:54 hoek Exp $ # DISTNAME= qmail-1.03 @@ -16,6 +16,7 @@ MASTER_SITES= ftp://koobera.math.uic.edu/pub/software/ \ ftp://ftp.id.wustl.edu/pub/qmail/ \ ftp://ftp.pipex.net/mirrors/qmail/ \ ftp://ftp.jp.qmail.org/qmail/ +# These patches may not apply to versions after 1.02 #PATCH_SITES= http://hippo.ail-inc.co.jp/air/ports/patches/ #PATCHFILES= patch-qmail-date-localtime.gz \ # patch-qmail-smtpd.gz |