pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mail/nmh This version of nmh specifically needs termin...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/676dc089a603
branches:  trunk
changeset: 639653:676dc089a603
user:      dholland <dholland%pkgsrc.org@localhost>
date:      Sat Sep 20 23:15:03 2014 +0000

description:
This version of nmh specifically needs terminfo and not termcap
Adjust accordingly and bump PKGREVISION.

diffstat:

 mail/nmh/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (21 lines):

diff -r 1a03788e7cbf -r 676dc089a603 mail/nmh/Makefile
--- a/mail/nmh/Makefile Sat Sep 20 23:01:20 2014 +0000
+++ b/mail/nmh/Makefile Sat Sep 20 23:15:03 2014 +0000
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.84 2014/09/06 16:07:43 schnoebe Exp $
+# $NetBSD: Makefile,v 1.85 2014/09/20 23:15:03 dholland Exp $
 
 DISTNAME=              nmh-1.6
 CATEGORIES=            mail
 MASTER_SITES=          http://savannah.nongnu.org/download/nmh/
+PKGREVISION=           1
 
 MAINTAINER=            pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=              http://www.nongnu.org/nmh/
@@ -88,5 +89,5 @@
 CONFIGURE_ARGS+=       --with-ndbmheader=ndbm.h
 .endif
 
-.include "../../mk/termcap.buildlink3.mk"
+.include "../../mk/terminfo.buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index