From b71a1d488b6b45e0a968a4c149990c25b6a09215 Mon Sep 17 00:00:00 2001 From: rillig Date: Mon, 5 Dec 2005 20:49:47 +0000 Subject: Fixed pkglint warnings. The warnings are mostly quoting issues, for example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some other changes are outlined in http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html --- mail/nmh/Makefile | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'mail/nmh/Makefile') diff --git a/mail/nmh/Makefile b/mail/nmh/Makefile index bbc4d8fa3da..cf2236f0854 100644 --- a/mail/nmh/Makefile +++ b/mail/nmh/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.58 2005/09/28 20:52:24 rillig Exp $ +# $NetBSD: Makefile,v 1.59 2005/12/05 20:50:34 rillig Exp $ DISTNAME= nmh-1.0.4 PKGREVISION= 6 @@ -33,18 +33,18 @@ CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR} CONFIGURE_ARGS+= --enable-nmh-pop CONFIGURE_ARGS+= --with-mts=${NMH_MTA} -.ifdef NMH_EDITOR +.if defined(NMH_EDITOR) CONFIGURE_ARGS+= --with-editor=${NMH_EDITOR} .endif -.ifdef NMH_PAGER +.if defined(NMH_PAGER) CONFIGURE_ARGS+= --with-pager=${NMH_PAGER} .endif .if defined(KERBEROS) PKG_USE_KERBEROS= yes .if ${OPSYS} == "NetBSD" -LIBS= -lroken -lcrypt -lcom_err +LIBS+= -lroken -lcrypt -lcom_err .endif CONFIGURE_ARGS+= --with-krb4 .else @@ -87,7 +87,6 @@ CONF_FILES= # empty tmac.h CONF_FILES+= ${EGDIR}/${f} ${PKG_SYSCONFDIR}/${f} .endfor -.undef f # This hopefully makes sure the permissions and ownership are right. pre-install: -- cgit v1.2.3