diff options
author | tonio <tonio@pkgsrc.org> | 2005-11-08 21:45:01 +0000 |
---|---|---|
committer | tonio <tonio@pkgsrc.org> | 2005-11-08 21:45:01 +0000 |
commit | 105849a901a2500fa453fd693c408802869ce46c (patch) | |
tree | 463b5a781f3385dc599625eab57a4510ebd8828a /print/tex-textpos | |
parent | 42270f7e31b9868524bf08d762b90dbda385cad5 (diff) | |
download | pkgsrc-105849a901a2500fa453fd693c408802869ce46c.tar.gz |
convert to use tex.buidllink3.mk
Install files in ${PKG_LOCALTEXMFPREFIX}
Diffstat (limited to 'print/tex-textpos')
-rw-r--r-- | print/tex-textpos/Makefile | 11 | ||||
-rw-r--r-- | print/tex-textpos/PLIST | 22 |
2 files changed, 17 insertions, 16 deletions
diff --git a/print/tex-textpos/Makefile b/print/tex-textpos/Makefile index f36270fd125..8441d9933ac 100644 --- a/print/tex-textpos/Makefile +++ b/print/tex-textpos/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2005/09/28 14:31:08 rillig Exp $ +# $NetBSD: Makefile,v 1.12 2005/11/08 21:45:01 tonio Exp $ # NAME= textpos @@ -17,7 +17,7 @@ DIST_SUBDIR= ${NAME} DISTFILES= textpos.ins LICENCE README textpos.dtx VERSION # included in teTeX3 -DEPENDS+= teTeX-bin<3.0:../../print/teTeX-bin +LATEX_ACCEPTED= teTeX1 teTeX2 CONFLICTS+= teTeX-bin>=3.0 NO_CONFIGURE= yes @@ -26,14 +26,15 @@ NO_BUILD= yes do-extract: do-install: - ${INSTALL_DATA_DIR} ${PREFIX}/share/texmf/tex/latex/textpos + ${INSTALL_DATA_DIR} ${PKG_LOCALTEXMFPREFIX}/tex/latex/textpos for f in ${DISTFILES}; do \ ${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/$$f \ - ${PREFIX}/share/texmf/tex/latex/textpos; \ + ${PKG_LOCALTEXMFPREFIX}/tex/latex/textpos; \ done post-install: - cd ${PREFIX}/share/texmf/tex/latex/textpos; latex textpos.ins + cd ${PKG_LOCALTEXMFPREFIX}/tex/latex/textpos; latex textpos.ins ${LOCALBASE}/bin/texconfig rehash +.include "../../mk/tex.buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/print/tex-textpos/PLIST b/print/tex-textpos/PLIST index 7ba3d94d172..6ca7b241f12 100644 --- a/print/tex-textpos/PLIST +++ b/print/tex-textpos/PLIST @@ -1,14 +1,14 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2003/03/13 10:47:02 mjl Exp $ -share/texmf/tex/latex/textpos/LICENCE -share/texmf/tex/latex/textpos/README -share/texmf/tex/latex/textpos/VERSION -share/texmf/tex/latex/textpos/textpos-example.tex -share/texmf/tex/latex/textpos/textpos.drv -share/texmf/tex/latex/textpos/textpos.dtx -share/texmf/tex/latex/textpos/textpos.ins -share/texmf/tex/latex/textpos/textpos.log -share/texmf/tex/latex/textpos/textpos.sty +@comment $NetBSD: PLIST,v 1.2 2005/11/08 21:45:01 tonio Exp $ +${PKG_LOCALTEXMFPREFIX}/tex/latex/textpos/LICENCE +${PKG_LOCALTEXMFPREFIX}/tex/latex/textpos/README +${PKG_LOCALTEXMFPREFIX}/tex/latex/textpos/VERSION +${PKG_LOCALTEXMFPREFIX}/tex/latex/textpos/textpos-example.tex +${PKG_LOCALTEXMFPREFIX}/tex/latex/textpos/textpos.drv +${PKG_LOCALTEXMFPREFIX}/tex/latex/textpos/textpos.dtx +${PKG_LOCALTEXMFPREFIX}/tex/latex/textpos/textpos.ins +${PKG_LOCALTEXMFPREFIX}/tex/latex/textpos/textpos.log +${PKG_LOCALTEXMFPREFIX}/tex/latex/textpos/textpos.sty @exec cd %D/share/texmf/tex/latex/textpos; latex testpos.ins @exec %D/bin/texconfig rehash @unexec %D/bin/texconfig rehash -@dirrm share/texmf/tex/latex/textpos +@dirrm ${PKG_LOCALTEXMFPREFIX}/tex/latex/textpos |