diff options
author | minskim <minskim@pkgsrc.org> | 2006-04-07 02:09:57 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2006-04-07 02:09:57 +0000 |
commit | 3b0c10460fe65a00512c8175ee763bd290a33db6 (patch) | |
tree | b2b093d0245862568b6572b839874ea1c0002b8b | |
parent | 35391bdcdf6e3ad23a3e1bee4dd276d0852cdaec (diff) | |
download | pkgsrc-3b0c10460fe65a00512c8175ee763bd290a33db6.tar.gz |
Use texmf-dirs to install into texmf-local. Bump PKGREVISION.
-rw-r--r-- | textproc/latex2html/Makefile | 5 | ||||
-rw-r--r-- | textproc/tex-xmltex/Makefile | 5 |
2 files changed, 6 insertions, 4 deletions
diff --git a/textproc/latex2html/Makefile b/textproc/latex2html/Makefile index 18bdfb7e124..d3d831983be 100644 --- a/textproc/latex2html/Makefile +++ b/textproc/latex2html/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.28 2006/02/05 23:11:03 joerg Exp $ +# $NetBSD: Makefile,v 1.29 2006/04/07 02:09:57 minskim Exp $ DISTNAME= latex2html-2002-2-1 PKGNAME= latex2html-2002.2.1 -PKGREVISION= 6 +PKGREVISION= 7 CATEGORIES= textproc converters MASTER_SITES= ${MASTER_SITE_TEX_CTAN:=support/latex2html/} @@ -13,6 +13,7 @@ COMMENT= LaTeX to HTML converter DEPENDS+= netpbm>=10.29nb2:../../graphics/netpbm TEX_ACCEPTED= teTeX1 teTeX2 teTeX3 +USE_DIRS+= texmf-1.0 USE_TOOLS+= gs:run perl:run GNU_CONFIGURE= yes diff --git a/textproc/tex-xmltex/Makefile b/textproc/tex-xmltex/Makefile index addeadbcd6a..4cba7f7b45f 100644 --- a/textproc/tex-xmltex/Makefile +++ b/textproc/tex-xmltex/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.5 2006/02/05 23:11:08 joerg Exp $ +# $NetBSD: Makefile,v 1.6 2006/04/07 02:09:57 minskim Exp $ DISTNAME= base PKGNAME= tex-xmltex-1.9 -PKGREVISION= 2 +PKGREVISION= 3 WRKSRC= ${WRKDIR}/base CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_TEX_CTAN:=macros/xmltex/} @@ -14,6 +14,7 @@ COMMENT= Non-validating XML parser implemented in TeX DIST_SUBDIR= ${PKGNAME_NOREV} NO_CONFIGURE= yes +USE_DIRS+= texmf-1.0 TEX_ACCEPTED= teTeX2 teTeX3 .include "../../print/teTeX/module.mk" |