summaryrefslogtreecommitdiff
path: root/editors/nano/Makefile
diff options
context:
space:
mode:
authorseb <seb@pkgsrc.org>2003-06-30 02:04:50 +0000
committerseb <seb@pkgsrc.org>2003-06-30 02:04:50 +0000
commit07f0d088a4c0f35f06b036086cbf9f1b4b0c978d (patch)
treec0d95ea3f69be4bf62202609b9f3668549654b0c /editors/nano/Makefile
parent1c1c5de4b9114f7710f2196268a5d5e4bbd11db7 (diff)
downloadpkgsrc-07f0d088a4c0f35f06b036086cbf9f1b4b0c978d.tar.gz
Convert to USE_NEW_TEXINFO.
Diffstat (limited to 'editors/nano/Makefile')
-rw-r--r--editors/nano/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/editors/nano/Makefile b/editors/nano/Makefile
index 24929887382..aa38d710560 100644
--- a/editors/nano/Makefile
+++ b/editors/nano/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2002/12/26 15:14:41 shell Exp $
+# $NetBSD: Makefile,v 1.12 2003/06/30 02:04:50 seb Exp $
DISTNAME= nano-1.0.9
CATEGORIES= editors
@@ -12,7 +12,9 @@ GNU_CONFIGURE= yes
USE_BUILDLINK2= yes
USE_PKGLOCALEDIR= yes
+USE_NEW_TEXINFO= YES
+INFO_FILES= nano.info
+
.include "../../devel/gettext-lib/buildlink2.mk"
.include "../../devel/ncurses/buildlink2.mk"
-.include "../../mk/texinfo.mk"
.include "../../mk/bsd.pkg.mk"