summaryrefslogtreecommitdiff
path: root/textproc/texi2html
diff options
context:
space:
mode:
authorminskim <minskim@pkgsrc.org>2004-04-21 15:54:45 +0000
committerminskim <minskim@pkgsrc.org>2004-04-21 15:54:45 +0000
commit72bc9d82af1eace35f61f479bcb302049353e121 (patch)
tree1c4fede7227910c712974efd95c31c3b6b923ad1 /textproc/texi2html
parentd44e9aafcd4d80d49bdf12ea96bfb05cf3bd99eb (diff)
downloadpkgsrc-72bc9d82af1eace35f61f479bcb302049353e121.tar.gz
Bl3ify and enable pkgviews installation.
Diffstat (limited to 'textproc/texi2html')
-rw-r--r--textproc/texi2html/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/textproc/texi2html/Makefile b/textproc/texi2html/Makefile
index 07ca9d80a4a..073cf6269c8 100644
--- a/textproc/texi2html/Makefile
+++ b/textproc/texi2html/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2003/07/17 22:54:53 grant Exp $
+# $NetBSD: Makefile,v 1.17 2004/04/21 15:54:45 minskim Exp $
#
DISTNAME= texi2html-1.64
@@ -12,10 +12,12 @@ COMMENT= Texinfo-to-HTML direct translator
CONFLICTS= teTeX-bin-1.0 teTeX-bin-1.0.[1234567]
-USE_BUILDLINK2= YES
+PKG_INSTALLATION_TYPES= overwrite pkgviews
+
+USE_BUILDLINK3= YES
GNU_CONFIGURE= YES
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR}
-.include "../../lang/perl5/buildlink2.mk"
+.include "../../lang/perl5/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"