diff options
author | max <max@FreeBSD.org> | 1997-06-16 23:51:55 +0800 |
---|---|---|
committer | max <max@FreeBSD.org> | 1997-06-16 23:51:55 +0800 |
commit | 0b73cd1120e9bcad2037307844842de678b79516 (patch) | |
tree | 408ff21d608297b87147a9de7e51c40ae61b5766 /mail/fetchmail/Makefile | |
parent | 35ffa695abbb93a848c4f42ddd185cb449adcc05 (diff) | |
download | freebsd-ports-gnome-0b73cd1120e9bcad2037307844842de678b79516.tar.gz freebsd-ports-gnome-0b73cd1120e9bcad2037307844842de678b79516.tar.zst freebsd-ports-gnome-0b73cd1120e9bcad2037307844842de678b79516.zip |
Upgrade, 3.9.7 -> 3.9.8.
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 09fee1ba0f90..0aaeec2595dc 100644 --- a/mail/fetchmail/Makefile +++ b/mail/fetchmail/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: fetchmail -# Version required: 3.9.7 +# Version required: 3.9.8 # Date created: 26 Oct 1996 # Whom: Ville Eerola <ve@sci.fi> # -# $Id: Makefile,v 1.32 1997/06/09 23:49:42 max Exp $ +# $Id: Makefile,v 1.33 1997/06/11 02:38:35 ache Exp $ # -DISTNAME= fetchmail-3.9.7 +DISTNAME= fetchmail-3.9.8 CATEGORIES= mail MASTER_SITES= ftp://ftp.ccil.org/pub/esr/fetchmail/ @@ -19,7 +19,7 @@ MAN1= fetchmail.1 FDOC= ${PREFIX}/share/doc/fetchmail post-patch: - cp /usr/include/md5.h ${WRKSRC} + @${CP} -f /usr/include/md5.h ${WRKSRC} post-install: install -d -m 555 -o ${DOCOWN} -g ${DOCGRP} ${FDOC} |