summaryrefslogtreecommitdiff
path: root/mail/fetchmail
diff options
context:
space:
mode:
authorjlam <jlam>2004-03-31 02:32:56 +0000
committerjlam <jlam>2004-03-31 02:32:56 +0000
commit4fc18e36677320575cfbc4f2fea17c29c82faa4e (patch)
tree3fd170b24a0ccacbb615bf5c3fd540350b9568d7 /mail/fetchmail
parentaf69fead0141197d0efddeb90f08983698af6ee3 (diff)
downloadpkgsrc-4fc18e36677320575cfbc4f2fea17c29c82faa4e.tar.gz
Miscellaneous nits.
Diffstat (limited to 'mail/fetchmail')
-rw-r--r--mail/fetchmail/Makefile14
1 files changed, 7 insertions, 7 deletions
diff --git a/mail/fetchmail/Makefile b/mail/fetchmail/Makefile
index fc704421380..09be3b7ee11 100644
--- a/mail/fetchmail/Makefile
+++ b/mail/fetchmail/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.141 2004/03/31 02:25:11 jlam Exp $
+# $NetBSD: Makefile,v 1.142 2004/03/31 02:32:56 jlam Exp $
DISTNAME= fetchmail-6.2.5
PKGREVISION= 2
@@ -12,12 +12,12 @@ COMMENT= Batch mail retrieval/forwarding utility for pop2, pop3, apop, imap
PKG_INSTALLATION_TYPES= overwrite pkgviews
-BUILD_USES_MSGFMT= YES
+BUILD_USES_MSGFMT= yes
-USE_BUILDLINK3= YES
-USE_PKGINSTALL= YES
-USE_PKGLOCALEDIR= YES
-GNU_CONFIGURE= YES
+USE_BUILDLINK3= yes
+USE_PKGINSTALL= yes
+USE_PKGLOCALEDIR= yes
+GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --without-hesiod
BUILD_DEFS+= USE_INET6
@@ -25,7 +25,7 @@ LDFLAGS+= ${CFLAGS}
.include "../../mk/bsd.prefs.mk"
-FETCHMAIL_USE_SSL?= YES
+FETCHMAIL_USE_SSL?= yes
BUILD_DEFS+= FETCHMAIL_USE_SSL
.if defined(FETCHMAIL_USE_SSL) && !empty(FETCHMAIL_USE_SSL:M[yY][eE][sS])