diff options
author | ache <ache@FreeBSD.org> | 1997-08-20 12:06:36 +0800 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1997-08-20 12:06:36 +0800 |
commit | 05d794b63470b9ac223dd51439cea4d9d172a37e (patch) | |
tree | 8012a8f04f37c2ee14c40c9dfc96e827278c5db9 /mail/fetchmail/Makefile | |
parent | 080037c64cadd3502f2b3fa077d787807728c477 (diff) | |
download | freebsd-ports-gnome-05d794b63470b9ac223dd51439cea4d9d172a37e.tar.gz freebsd-ports-gnome-05d794b63470b9ac223dd51439cea4d9d172a37e.tar.zst freebsd-ports-gnome-05d794b63470b9ac223dd51439cea4d9d172a37e.zip |
Upgrade to 4.1.1
Diffstat (limited to 'mail/fetchmail/Makefile')
-rw-r--r-- | mail/fetchmail/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/mail/fetchmail/Makefile b/mail/fetchmail/Makefile index d8d84eb71453..d73e41d7f935 100644 --- a/mail/fetchmail/Makefile +++ b/mail/fetchmail/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: fetchmail -# Version required: 4.0.6 +# Version required: 4.1.1 # Date created: 26 Oct 1996 # Whom: Ville Eerola <ve@sci.fi> # -# $Id: Makefile,v 1.36 1997/07/10 01:21:54 ache Exp $ +# $Id: Makefile,v 1.37 1997/08/05 23:27:04 ache Exp $ # -DISTNAME= fetchmail-4.0.6 +DISTNAME= fetchmail-4.1.1 CATEGORIES= mail MASTER_SITES= ftp://ftp.ccil.org/pub/esr/fetchmail/ @@ -26,7 +26,7 @@ post-install: install -d -m 555 -o ${DOCOWN} -g ${DOCGRP} ${FDOC} cd ${WRKSRC} && ${INSTALL_DATA} \ sample.rcfile FAQ NOTES FEATURES README COPYING \ - fetchmail.FAQ.html fetchmail-features.html \ + fetchmail-FAQ.html fetchmail-features.html \ design-notes.html ${FDOC} .include <bsd.port.mk> |