diff options
author | agc <agc@pkgsrc.org> | 1999-10-01 10:31:57 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 1999-10-01 10:31:57 +0000 |
commit | 26bca09eacd244ab18b5c58edbe041299cbe73db (patch) | |
tree | dc0d54ee045a8af314a9e4a39dea2397716149a6 /mail/fetchmail/Makefile | |
parent | c9695e531955804cb1467e309f7c8f56c0f140af (diff) | |
download | pkgsrc-26bca09eacd244ab18b5c58edbe041299cbe73db.tar.gz |
Make this package compile on Solaris.
Diffstat (limited to 'mail/fetchmail/Makefile')
-rw-r--r-- | mail/fetchmail/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/mail/fetchmail/Makefile b/mail/fetchmail/Makefile index d6d1fa961d2..9672db4b909 100644 --- a/mail/fetchmail/Makefile +++ b/mail/fetchmail/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.55 1999/09/25 11:18:33 frueauf Exp $ +# $NetBSD: Makefile,v 1.56 1999/10/01 10:31:57 agc Exp $ # DISTNAME= fetchmail-5.1.0 @@ -32,8 +32,10 @@ CONFIGURE_ARGS+=--enable-inet6 FDOC= ${PREFIX}/share/doc/fetchmail +.if ${OPSYS} == "NetBSD" post-extract: ${RM} -f ${WRKSRC}/md5.h +.endif pre-configure: (cd ${WRKSRC}; autoreconf) |