pkgsrc-Users archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: CVS commit: pkgsrc/print/texmf-dirs
On Wed, 12 Apr 2006, Min Sik Kim wrote:
> Modified Files:
> pkgsrc/print/texmf-dirs: dirs.mk
>
> Log Message:
> Fix PRINT_PLIST_AWK patterns to honor PKG_LOCALTEXMFPREFIX.
Thanks for doing this. I was thinking about this as I have been updating
lyx.
The difference between my new PLIST and the generated print-PLIST is:
-${PKG_LOCALTEXMFPREFIX}/tex/latex/lyx/broadway.cls
-${PKG_LOCALTEXMFPREFIX}/tex/latex/lyx/cv.cls
-${PKG_LOCALTEXMFPREFIX}/tex/latex/lyx/hollywood.cls
-${PKG_LOCALTEXMFPREFIX}/tex/latex/lyx/lyxchess.sty
-${PKG_LOCALTEXMFPREFIX}/tex/latex/lyx/lyxskak.sty
-${PKG_LOCALTEXMFPREFIX}/tex/latex/lyx/revtex.cls
-@dirrm ${PKG_LOCALTEXMFPREFIX}/tex/latex/lyx
+share/texmf-local/tex/latex/lyx/broadway.cls
+share/texmf-local/tex/latex/lyx/cv.cls
+share/texmf-local/tex/latex/lyx/hollywood.cls
+share/texmf-local/tex/latex/lyx/lyxchess.sty
+share/texmf-local/tex/latex/lyx/lyxskak.sty
+share/texmf-local/tex/latex/lyx/revtex.cls
+@dirrm share/texmf-local/tex/latex/lyx
+@comment In texmf-dirs: @dirrm share/texmf-local/tex/latex
+@comment In texmf-dirs: @dirrm share/texmf-local/tex
Should the print-PLIST also use ${PKG_LOCALTEXMFPREFIX} instead of its
value (share/texmf-local)?
Jeremy C. Reed
p.s. Anyone use LyX and can test my new patches for the lyx update?
Home |
Main Index |
Thread Index |
Old Index