diff options
-rw-r--r-- | editors/nano/Makefile | 6 | ||||
-rw-r--r-- | editors/nano/PLIST | 4 |
2 files changed, 5 insertions, 5 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" diff --git a/editors/nano/PLIST b/editors/nano/PLIST index 584730e1c1c..b7fdefead48 100644 --- a/editors/nano/PLIST +++ b/editors/nano/PLIST @@ -1,8 +1,6 @@ -@comment $NetBSD: PLIST,v 1.6 2002/12/26 15:14:42 shell Exp $ +@comment $NetBSD: PLIST,v 1.7 2003/06/30 02:04:51 seb Exp $ bin/nano -@unexec ${INSTALL_INFO} --delete --info-dir=%D/info %D/info/nano.info info/nano.info -@exec ${INSTALL_INFO} --info-dir=%D/info %D/info/nano.info man/man1/nano.1 ${PKGLOCALEDIR}/locale/ca/LC_MESSAGES/nano.mo ${PKGLOCALEDIR}/locale/cs/LC_MESSAGES/nano.mo |