diff options
author | jlam <jlam> | 2006-03-30 03:44:41 +0000 |
---|---|---|
committer | jlam <jlam> | 2006-03-30 03:44:41 +0000 |
commit | 4057b7edfd80c4e8a3774f92e4dd6fa07e21e57c (patch) | |
tree | e284cce507534ba20c3380c2f5b60203bf4526fe /textproc/texi2html | |
parent | 8a3f3aff46d4065ab9601287b6d7839ed280af03 (diff) | |
download | pkgsrc-4057b7edfd80c4e8a3774f92e4dd6fa07e21e57c.tar.gz |
* Honor PKGINFODIR.
* List the info files directly in the PLIST.
Diffstat (limited to 'textproc/texi2html')
-rw-r--r-- | textproc/texi2html/Makefile | 5 | ||||
-rw-r--r-- | textproc/texi2html/PLIST | 3 |
2 files changed, 4 insertions, 4 deletions
diff --git a/textproc/texi2html/Makefile b/textproc/texi2html/Makefile index 71f02e23008..28e692984ab 100644 --- a/textproc/texi2html/Makefile +++ b/textproc/texi2html/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2006/03/04 21:30:51 jlam Exp $ +# $NetBSD: Makefile,v 1.25 2006/03/30 03:44:44 jlam Exp $ DISTNAME= texi2html-1.76 CATEGORIES= textproc @@ -15,7 +15,6 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews USE_TOOLS+= perl:run GNU_CONFIGURE= yes CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q} - -INFO_FILES= texi2html.info +INFO_FILES= # PLIST .include "../../mk/bsd.pkg.mk" diff --git a/textproc/texi2html/PLIST b/textproc/texi2html/PLIST index 3455bae2fcd..6158b09505c 100644 --- a/textproc/texi2html/PLIST +++ b/textproc/texi2html/PLIST @@ -1,5 +1,6 @@ -@comment $NetBSD: PLIST,v 1.2 2005/02/07 13:30:11 wiz Exp $ +@comment $NetBSD: PLIST,v 1.3 2006/03/30 03:44:44 jlam Exp $ bin/texi2html +info/texi2html.info man/man1/texi2html.1 share/doc/texi2html/texi2html.html share/texi2html/book.init |