summaryrefslogtreecommitdiff
path: root/textproc/texi2html/Makefile
diff options
context:
space:
mode:
authorjlam <jlam>2006-03-30 03:44:41 +0000
committerjlam <jlam>2006-03-30 03:44:41 +0000
commit4057b7edfd80c4e8a3774f92e4dd6fa07e21e57c (patch)
treee284cce507534ba20c3380c2f5b60203bf4526fe /textproc/texi2html/Makefile
parent8a3f3aff46d4065ab9601287b6d7839ed280af03 (diff)
downloadpkgsrc-4057b7edfd80c4e8a3774f92e4dd6fa07e21e57c.tar.gz
* Honor PKGINFODIR.
* List the info files directly in the PLIST.
Diffstat (limited to 'textproc/texi2html/Makefile')
-rw-r--r--textproc/texi2html/Makefile5
1 files changed, 2 insertions, 3 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"