summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authortron <tron>2001-07-31 16:19:08 +0000
committertron <tron>2001-07-31 16:19:08 +0000
commitcca2ee64cba309da0fdb4e4f6121a8c9a8a4a901 (patch)
tree0fb13ca00bd018aa8cc08a3fc1dc8d93bdcb66a8 /mail
parentfb5fce84e3f60e14d9d7f50278dfce29819ece7d (diff)
downloadpkgsrc-cca2ee64cba309da0fdb4e4f6121a8c9a8a4a901.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')
-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