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/fetchmail/Makefile | |
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/fetchmail/Makefile')
-rw-r--r-- | mail/fetchmail/Makefile | 15 |
1 files changed, 11 insertions, 4 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> |