pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mail/fetchmail Miscellaneous nits.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/db2250630519
branches:  trunk
changeset: 471785:db2250630519
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Wed Mar 31 02:32:56 2004 +0000

description:
Miscellaneous nits.

diffstat:

 mail/fetchmail/Makefile |  14 +++++++-------
 1 files changed, 7 insertions(+), 7 deletions(-)

diffs (36 lines):

diff -r e5e79b9f7bb6 -r db2250630519 mail/fetchmail/Makefile
--- a/mail/fetchmail/Makefile   Wed Mar 31 02:25:11 2004 +0000
+++ b/mail/fetchmail/Makefile   Wed Mar 31 02:32:56 2004 +0000
@@ -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 @@
 
 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 @@
 
 .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])



Home | Main Index | Thread Index | Old Index