diff options
author | minskim <minskim> | 2004-04-21 15:54:45 +0000 |
---|---|---|
committer | minskim <minskim> | 2004-04-21 15:54:45 +0000 |
commit | af7f79841e6e6c0cfb4e48829a6e4d7fed52e46b (patch) | |
tree | 1c4fede7227910c712974efd95c31c3b6b923ad1 /textproc/texi2html | |
parent | a4087615104aa1442a5a650d4eeb8fffbd5f9cf9 (diff) | |
download | pkgsrc-af7f79841e6e6c0cfb4e48829a6e4d7fed52e46b.tar.gz |
Bl3ify and enable pkgviews installation.
Diffstat (limited to 'textproc/texi2html')
-rw-r--r-- | textproc/texi2html/Makefile | 8 |
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" |