summaryrefslogtreecommitdiff
path: root/mail/fetchmail
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>2001-07-31 16:19:08 +0000
committertron <tron@pkgsrc.org>2001-07-31 16:19:08 +0000
commit1afee94795ed925eebfdaba1a07dc0b1a42fb660 (patch)
tree0fb13ca00bd018aa8cc08a3fc1dc8d93bdcb66a8 /mail/fetchmail
parent18ffcd3f55d207e7fc269f2761c02bff06d18314 (diff)
downloadpkgsrc-1afee94795ed925eebfdaba1a07dc0b1a42fb660.tar.gz
Fix build problem under NetBSD-current noted by Launey Thomas in
private e-mail as proposed by Johnny C. Lam.
Diffstat (limited to 'mail/fetchmail')
-rw-r--r--mail/fetchmail/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/fetchmail/Makefile b/mail/fetchmail/Makefile
index 4063587aa31..8fa89091a19 100644
--- a/mail/fetchmail/Makefile
+++ b/mail/fetchmail/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.101 2001/07/29 07:30:59 tron Exp $
+# $NetBSD: Makefile,v 1.102 2001/07/31 16:19:08 tron Exp $
DISTNAME= fetchmail-5.8.14
CATEGORIES= mail
@@ -54,6 +54,7 @@ CONFIGURE_ARGS+= --enable-inet6
FDOC= ${PREFIX}/share/doc/fetchmail
post-extract:
+ @${RM} -f ${WRKSRC}/intl/libintl.h
.if ${OPSYS} == "NetBSD"
@${RM} -f ${WRKSRC}/md5.h
.endif