diff options
author | seb <seb@pkgsrc.org> | 2003-06-30 02:04:50 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2003-06-30 02:04:50 +0000 |
commit | 07f0d088a4c0f35f06b036086cbf9f1b4b0c978d (patch) | |
tree | c0d95ea3f69be4bf62202609b9f3668549654b0c /editors | |
parent | 1c1c5de4b9114f7710f2196268a5d5e4bbd11db7 (diff) | |
download | pkgsrc-07f0d088a4c0f35f06b036086cbf9f1b4b0c978d.tar.gz |
Convert to USE_NEW_TEXINFO.
Diffstat (limited to 'editors')
-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 |