diff options
author | tonio <tonio@pkgsrc.org> | 2006-01-08 14:00:11 +0000 |
---|---|---|
committer | tonio <tonio@pkgsrc.org> | 2006-01-08 14:00:11 +0000 |
commit | da3cc34a6367c3f794926844a98b7a06ee2198e2 (patch) | |
tree | 4e2501ff1292c647808c2d60a1f115cf87fd0afd /graphics | |
parent | a4700192dad9df207057c368fda7f8731cc752c4 (diff) | |
download | pkgsrc-da3cc34a6367c3f794926844a98b7a06ee2198e2.tar.gz |
Make teTeX3 the default TEX_DEFAULT
bump PKGREVISION where necessary
Move PKG_TEXMFPREFIX and PKG_LOCALTEXMFPREFIX definitions to
teTeX?/buidlink3.mk, so that packages may include
print/teTeX1-bin/buildlink3.mk directly (however, using teTeX/module.mk do not
allow that)
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/xdvipresent/Makefile | 7 | ||||
-rw-r--r-- | graphics/xdvipresent/PLIST | 33 |
2 files changed, 18 insertions, 22 deletions
diff --git a/graphics/xdvipresent/Makefile b/graphics/xdvipresent/Makefile index b15d448b2be..84c255762b4 100644 --- a/graphics/xdvipresent/Makefile +++ b/graphics/xdvipresent/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.13 2006/01/04 22:37:18 wiz Exp $ +# $NetBSD: Makefile,v 1.14 2006/01/08 14:00:11 tonio Exp $ # DISTNAME= xdvipresent-0.6p14 PKGNAME= xdvipresent-0.6.1.14 -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= graphics textproc print x11 MASTER_SITES= http://clip.dia.fi.upm.es/Software/ @@ -33,7 +33,6 @@ do-install: ${INSTALL_MAN} ${WRKSRC}/doc/xdvipresent.manl ${PREFIX}/${PKGMANDIR}/man1/xdvipresent.1 ${INSTALL_DATA_DIR} ${HTML_DIR} ${INSTALL_DATA} ${WRKSRC}/doc/xdvipresent_html/* ${HTML_DIR} - ${PREFIX}/bin/texconfig rehash -.include "../../mk/tex.buildlink3.mk" +.include "../../print/teTeX/module.mk" .include "../../mk/bsd.pkg.mk" diff --git a/graphics/xdvipresent/PLIST b/graphics/xdvipresent/PLIST index eee6e3f34c2..299d264a944 100644 --- a/graphics/xdvipresent/PLIST +++ b/graphics/xdvipresent/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2002/12/05 14:54:50 jschauma Exp $ +@comment $NetBSD: PLIST,v 1.2 2006/01/08 14:00:11 tonio Exp $ bin/xdvipresent man/man1/xdvipresent.1 share/doc/html/xdvipresent/xdvipresent.css @@ -8,22 +8,19 @@ share/doc/html/xdvipresent/xdvipresent_2.html share/doc/html/xdvipresent/xdvipresent_3.html share/doc/html/xdvipresent/xdvipresent_toc.html share/examples/xdvipresent/example.tex -share/texmf/tex/latex/other/images/Clip.ps -share/texmf/tex/latex/other/images/blue.line.eps -share/texmf/tex/latex/other/images/blueball.ps -share/texmf/tex/latex/other/images/clip.eps -share/texmf/tex/latex/other/images/clip_small.ps -share/texmf/tex/latex/other/images/clip_tiny.eps -share/texmf/tex/latex/other/images/example_figure.eps -share/texmf/tex/latex/other/images/greenball.ps -share/texmf/tex/latex/other/images/line.fig -share/texmf/tex/latex/other/images/redball.ps -share/texmf/tex/latex/other/images/thin_line.fig -share/texmf/tex/latex/other/images/thin_line.red.eps -share/texmf/tex/latex/other/xdvislides.cls -@exec %D/bin/texconfig rehash -@dirrm share/texmf/tex/latex/other/images -@unexec ${RMDIR} %D/share/texmf/other 2>/dev/null || ${TRUE} +${PKG_LOCALTEXMFPREFIX}/tex/latex/other/images/Clip.ps +${PKG_LOCALTEXMFPREFIX}/tex/latex/other/images/blue.line.eps +${PKG_LOCALTEXMFPREFIX}/tex/latex/other/images/blueball.ps +${PKG_LOCALTEXMFPREFIX}/tex/latex/other/images/clip.eps +${PKG_LOCALTEXMFPREFIX}/tex/latex/other/images/clip_small.ps +${PKG_LOCALTEXMFPREFIX}/tex/latex/other/images/clip_tiny.eps +${PKG_LOCALTEXMFPREFIX}/tex/latex/other/images/example_figure.eps +${PKG_LOCALTEXMFPREFIX}/tex/latex/other/images/greenball.ps +${PKG_LOCALTEXMFPREFIX}/tex/latex/other/images/line.fig +${PKG_LOCALTEXMFPREFIX}/tex/latex/other/images/redball.ps +${PKG_LOCALTEXMFPREFIX}/tex/latex/other/images/thin_line.fig +${PKG_LOCALTEXMFPREFIX}/tex/latex/other/images/thin_line.red.eps +${PKG_LOCALTEXMFPREFIX}/tex/latex/other/xdvislides.cls +@dirrm ${PKG_LOCALTEXMFPREFIX}/tex/latex/other/images @dirrm share/examples/xdvipresent @dirrm share/doc/html/xdvipresent/ -@unexec %D/bin/texconfig rehash |