summaryrefslogtreecommitdiff
path: root/mail/nmh/Makefile
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2005-12-05 20:49:47 +0000
committerrillig <rillig@pkgsrc.org>2005-12-05 20:49:47 +0000
commit5ec134d67dbba7a354689af359fb4dd92bc8cbec (patch)
treedac5b1dd14794d86b061d26b9503adb2552ed3f8 /mail/nmh/Makefile
parent9d13f62cc158ce4d29412c1798882c83849d448b (diff)
downloadpkgsrc-5ec134d67dbba7a354689af359fb4dd92bc8cbec.tar.gz
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
Diffstat (limited to 'mail/nmh/Makefile')
-rw-r--r--mail/nmh/Makefile9
1 files changed, 4 insertions, 5 deletions
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: