diff options
author | ache <ache@FreeBSD.org> | 1997-04-25 00:23:32 +0800 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1997-04-25 00:23:32 +0800 |
commit | fc39697b1a20fa62cad5dc6cc53f4cc22eb0d004 (patch) | |
tree | d772a30f92d0e209a965228556c051fa0f86d1e1 /mail | |
parent | 84956c765df390015252535f27ab1be06467276d (diff) | |
download | freebsd-ports-gnome-fc39697b1a20fa62cad5dc6cc53f4cc22eb0d004.tar.gz freebsd-ports-gnome-fc39697b1a20fa62cad5dc6cc53f4cc22eb0d004.tar.zst freebsd-ports-gnome-fc39697b1a20fa62cad5dc6cc53f4cc22eb0d004.zip |
Upgrade to 3.9.2
Diffstat (limited to 'mail')
-rw-r--r-- | mail/fetchmail/Makefile | 15 | ||||
-rw-r--r-- | mail/fetchmail/distinfo | 2 | ||||
-rw-r--r-- | mail/fetchmail/pkg-plist | 3 |
3 files changed, 15 insertions, 5 deletions
diff --git a/mail/fetchmail/Makefile b/mail/fetchmail/Makefile index d2ceb6c3eee5..657d3c0efae5 100644 --- a/mail/fetchmail/Makefile +++ b/mail/fetchmail/Makefile @@ -1,19 +1,26 @@ # New ports collection makefile for: fetchmail -# Version required: 3.9.1 +# Version required: 3.9.2 # Date created: 26 Oct 1996 # Whom: Ville Eerola <ve@sci.fi> # -# $Id: Makefile,v 1.25 1997/04/04 02:55:22 max Exp $ +# $Id: Makefile,v 1.26 1997/04/19 01:39:04 ache Exp $ # -DISTNAME= fetchmail-3.9.1 +DISTNAME= fetchmail-3.9.2 CATEGORIES= mail MASTER_SITES= ftp://ftp.ccil.org/pub/esr/fetchmail/ MAINTAINER= ve@sci.fi GNU_CONFIGURE= yes -CONFIGURE_ENV+= LDFLAGS="${CFLAGS}" +CONFIGURE_ENV+= LDFLAGS="${CFLAGS}" MAN1= fetchmail.1 +FDOC= ${PREFIX}/share/doc/fetchmail + +post-install: + install -d -m 555 -o ${DOCOWN} -g ${DOCGRP} ${FDOC} + cd ${WRKSRC} && ${INSTALL_DATA} \ + sample.rcfile FAQ fetchmail.FAQ.html ${FDOC} + .include <bsd.port.mk> diff --git a/mail/fetchmail/distinfo b/mail/fetchmail/distinfo index 1413b052159f..534eb4e7f88b 100644 --- a/mail/fetchmail/distinfo +++ b/mail/fetchmail/distinfo @@ -1 +1 @@ -MD5 (fetchmail-3.9.1.tar.gz) = 71988855e32788479530f48bf38b5ad7 +MD5 (fetchmail-3.9.2.tar.gz) = 03b28a56817e6f1d90e19d742085544b diff --git a/mail/fetchmail/pkg-plist b/mail/fetchmail/pkg-plist index edaeec02294b..45c5aeecf488 100644 --- a/mail/fetchmail/pkg-plist +++ b/mail/fetchmail/pkg-plist @@ -1,2 +1,5 @@ bin/fetchmail man/man1/fetchmail.1.gz +share/doc/fetchmail/FAQ +share/doc/fetchmail/fetchmail.FAQ.html +share/doc/fetchmail/sample.rcfile |