diff options
author | jlam <jlam> | 2004-03-31 02:32:56 +0000 |
---|---|---|
committer | jlam <jlam> | 2004-03-31 02:32:56 +0000 |
commit | 4fc18e36677320575cfbc4f2fea17c29c82faa4e (patch) | |
tree | 3fd170b24a0ccacbb615bf5c3fd540350b9568d7 /mail | |
parent | af69fead0141197d0efddeb90f08983698af6ee3 (diff) | |
download | pkgsrc-4fc18e36677320575cfbc4f2fea17c29c82faa4e.tar.gz |
Miscellaneous nits.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/fetchmail/Makefile | 14 |
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]) |