summaryrefslogtreecommitdiff
path: root/editors/nano/Makefile
diff options
context:
space:
mode:
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"