diff options
author | seb <seb@pkgsrc.org> | 2003-06-25 11:49:31 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2003-06-25 11:49:31 +0000 |
commit | b2b0e99ee7aaf286b2faa49e86516a339c00c021 (patch) | |
tree | 66215c5313d0fbfc54492f23cad995aea6ea2c9b /devel | |
parent | 7927cb0ea2b326daa2c9e89127cac852fb6bb68d (diff) | |
download | pkgsrc-b2b0e99ee7aaf286b2faa49e86516a339c00c021.tar.gz |
Convert to USE_NEW_TEXINFO.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/slib/Makefile | 4 | ||||
-rw-r--r-- | devel/slib/PLIST | 4 |
2 files changed, 3 insertions, 5 deletions
diff --git a/devel/slib/Makefile b/devel/slib/Makefile index 4e788dc1823..868304bb847 100644 --- a/devel/slib/Makefile +++ b/devel/slib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2003/03/29 12:40:40 jmmv Exp $ +# $NetBSD: Makefile,v 1.10 2003/06/25 11:49:31 seb Exp $ DISTNAME= slib2d4 # @@ -22,6 +22,7 @@ NO_BUILD= # defined SLIBDIR= ${PREFIX}/share/slib DOCDIR= ${PREFIX}/share/doc/slib +USE_NEW_TEXINFO= YES INFO_FILES= slib.info do-install: @@ -31,5 +32,4 @@ do-install: cd ${WRKSRC}; ${INSTALL_DATA} README FAQ ${DOCDIR} ${INSTALL_DATA} ${WRKSRC}/slib.info ${PREFIX}/info -.include "../../mk/texinfo.mk" .include "../../mk/bsd.pkg.mk" diff --git a/devel/slib/PLIST b/devel/slib/PLIST index 15bcb48938f..b474de0a794 100644 --- a/devel/slib/PLIST +++ b/devel/slib/PLIST @@ -1,7 +1,5 @@ -@comment $NetBSD: PLIST,v 1.3 2002/10/22 12:56:45 wiz Exp $ -@unexec ${INSTALL_INFO} --delete --info-dir=%D/info %D/info/slib.info +@comment $NetBSD: PLIST,v 1.4 2003/06/25 11:49:31 seb Exp $ info/slib.info -@exec ${INSTALL_INFO} --info-dir=%D/info %D/info/slib.info share/doc/slib/FAQ share/doc/slib/README share/slib/Bev2slib.scm |