From 0b73cd1120e9bcad2037307844842de678b79516 Mon Sep 17 00:00:00 2001 From: max Date: Mon, 16 Jun 1997 15:51:55 +0000 Subject: Upgrade, 3.9.7 -> 3.9.8. --- mail/fetchmail/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'mail/fetchmail/Makefile') 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 # -# $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} -- cgit