summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2001-06-27 04:17:35 +0000
committerjlam <jlam@pkgsrc.org>2001-06-27 04:17:35 +0000
commit8afe65d91c02f763035d462119c7802f5c6c0132 (patch)
tree9c17881c01fb18f79af3df5cfa5443f281767d3f
parent14f536f516eb2a494fd2953e09f97d43993b0103 (diff)
downloadpkgsrc-8afe65d91c02f763035d462119c7802f5c6c0132.tar.gz
Whitespace changes only.
-rw-r--r--mail/fetchmail/Makefile36
1 files changed, 18 insertions, 18 deletions
diff --git a/mail/fetchmail/Makefile b/mail/fetchmail/Makefile
index 6034645e5fe..c487d56be91 100644
--- a/mail/fetchmail/Makefile
+++ b/mail/fetchmail/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.98 2001/06/26 07:18:09 tron Exp $
+# $NetBSD: Makefile,v 1.99 2001/06/27 04:17:35 jlam Exp $
DISTNAME= fetchmail-5.8.10
CATEGORIES= mail
@@ -10,43 +10,43 @@ MAINTAINER= frueauf@netbsd.org
HOMEPAGE= http://www.tuxedo.org/~esr/fetchmail/
COMMENT= batch mail retrieval/forwarding utility for pop2, pop3, apop, imap
-BUILD_DEPENDS+= autoconf-2.13:../../devel/autoconf
+BUILD_DEPENDS+= autoconf-2.13:../../devel/autoconf
BUILD_USES_MSGFMT= yes
-USE_LIBINTL= yes
-GNU_CONFIGURE= yes
-CONFIGURE_ARGS+=--without-hesiod
-CONFIGURE_ENV+= LDFLAGS="${CFLAGS}"
+USE_LIBINTL= yes
+GNU_CONFIGURE= yes
+CONFIGURE_ARGS+= --without-hesiod
+CONFIGURE_ENV+= LDFLAGS="${CFLAGS}"
-BUILD_DEFS+= USE_INET6
-CFLAGS+= ${CPPFLAGS}
+BUILD_DEFS+= USE_INET6
+CFLAGS+= ${CPPFLAGS}
.include "../../mk/bsd.prefs.mk"
-FETCHMAIL_USE_SSL?=YES
+FETCHMAIL_USE_SSL?= YES
.if defined(FETCHMAIL_USE_SSL) && ${FETCHMAIL_USE_SSL} == YES
-USE_SSL= yes
-CONFIGURE_ARGS+=--with-ssl=${SSLBASE}
+USE_SSL= yes
+CONFIGURE_ARGS+= --with-ssl=${SSLBASE}
.else
-CONFIGURE_ARGS+=--without-ssl
+CONFIGURE_ARGS+= --without-ssl
.else
.endif
-BUILD_DEFS+= FETCHMAIL_USE_SSL
+BUILD_DEFS+= FETCHMAIL_USE_SSL
.if defined(KERBEROS)
-USE_KERBEROS= yes
-CONFIGURE_ARGS+=--with-kerberos=yes
+USE_KERBEROS= yes
+CONFIGURE_ARGS+= --with-kerberos=yes
.if ${MACHINE_PLATFORM:MNetBSD-1.[0-4]*-i386} == ""
REPLACE_KERBEROS_LIBS= # defined
.endif
.else
-CONFIGURE_ARGS+=--with-kerberos=no
+CONFIGURE_ARGS+= --with-kerberos=no
.endif
.if defined(USE_INET6) && ${USE_INET6} == YES
-CONFIGURE_ARGS+=--enable-inet6
+CONFIGURE_ARGS+= --enable-inet6
.endif
FDOC= ${PREFIX}/share/doc/fetchmail
@@ -67,7 +67,7 @@ post-extract:
.endif
pre-configure:
- (cd ${WRKSRC}; autoreconf)
+ cd ${WRKSRC}; ${LOCALBASE}/bin/autoreconf --force
post-build:
tbl ${WRKSRC}/fetchmail.tbl >${WRKSRC}/fetchmail.man