diff options
author | max <max@FreeBSD.org> | 1997-10-16 06:01:44 +0800 |
---|---|---|
committer | max <max@FreeBSD.org> | 1997-10-16 06:01:44 +0800 |
commit | 87c2c76e6bb98e1065533a073cd0da708591d6ab (patch) | |
tree | 225aa920c9990c5ea13ddcb00ccef93f5c726a9e /mail/fetchmail/Makefile | |
parent | 0ea8c616a0d5a47506c65c8ec87ad1330c2e6c76 (diff) | |
download | freebsd-ports-gnome-87c2c76e6bb98e1065533a073cd0da708591d6ab.tar.gz freebsd-ports-gnome-87c2c76e6bb98e1065533a073cd0da708591d6ab.tar.zst freebsd-ports-gnome-87c2c76e6bb98e1065533a073cd0da708591d6ab.zip |
Upgrade, 4.3.0 -> 4.3.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 a152ec762c94..51dadea0c761 100644 --- a/mail/fetchmail/Makefile +++ b/mail/fetchmail/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: fetchmail -# Version required: 4.3.0 +# Version required: 4.3.1 # Date created: 26 Oct 1996 # Whom: Ville Eerola <ve@sci.fi> # -# $Id: Makefile,v 1.45 1997/09/29 12:05:38 ache Exp $ +# $Id: Makefile,v 1.46 1997/10/07 11:57:44 ache Exp $ # -DISTNAME= fetchmail-4.3.0 +DISTNAME= fetchmail-4.3.1 CATEGORIES= mail MASTER_SITES= ftp://ftp.ccil.org/pub/esr/fetchmail/ @@ -27,7 +27,7 @@ post-patch: @${CP} -f /usr/include/md5.h ${WRKSRC} post-install: - install -d -m 555 -o ${DOCOWN} -g ${DOCGRP} ${FDOC} + ${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 \ |