aboutsummaryrefslogtreecommitdiff
path: root/mail/fetchmail/Makefile
diff options
context:
space:
mode:
authorJustin M. Seger <jseger@FreeBSD.org>1999-06-14 02:18:52 +0000
committerJustin M. Seger <jseger@FreeBSD.org>1999-06-14 02:18:52 +0000
commit1c9f9e679847ff66291a383440fab12409a3d522 (patch)
tree6f1dab0aa6e4f5809f10ed2526c494dc0e6a47ab /mail/fetchmail/Makefile
parent05ab7db287a09519b3654bc38c1eb72141ee1beb (diff)
downloadports-1c9f9e679847ff66291a383440fab12409a3d522.tar.gz
ports-1c9f9e679847ff66291a383440fab12409a3d522.zip
Update to fetchamil 5.0.4.
Submitted by: cpiazza@home.net PR: ports/12172
Notes
Notes: svn path=/head/; revision=19462
Diffstat (limited to 'mail/fetchmail/Makefile')
-rw-r--r--mail/fetchmail/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/mail/fetchmail/Makefile b/mail/fetchmail/Makefile
index 485df8b2017c..99ca12cccd69 100644
--- a/mail/fetchmail/Makefile
+++ b/mail/fetchmail/Makefile
@@ -1,9 +1,9 @@
# New ports collection makefile for: fetchmail
-# Version required: 5.0
+# Version required: 5.0.4
# Date created: 26 Oct 1996
# Whom: Ville Eerola <ve@sci.fi>
#
-# $Id: Makefile,v 1.74 1999/04/06 11:44:16 flathill Exp $
+# $Id: Makefile,v 1.75 1999/05/16 23:35:39 steve Exp $
#
# NOTE: The fetchmailconf program (an interactive program for
# writing .fetchmailrc files) requires Python, found in the Ports
@@ -11,7 +11,7 @@
# does not need Python, so there is no RUN_DEPENDS for Python in
# this Makefile.
-DISTNAME= fetchmail-5.0.3
+DISTNAME= fetchmail-5.0.4
CATEGORIES= mail
MASTER_SITES= ftp://ftp.ccil.org/pub/esr/fetchmail/
@@ -33,7 +33,7 @@ CONFIGURE_ARGS += --with-kerberos5=${KRB5_HOME}
FDOC= ${PREFIX}/share/doc/fetchmail
-post-patch:
+pre-patch:
@${CP} -f /usr/include/md5.h ${WRKSRC}
@perl -pi.bak -e 's|^#!/.*/python|#!${PREFIX}/bin/python|;' ${WRKSRC}/fetchmailconf
@${SED} -e "s|@PREFIX@|${PREFIX}|" ${FILESDIR}/fetchmailconf > ${WRKDIR}/fetchmailconf