Subject: Re: CVS commit: pkgsrc/print/texmf-dirs
To: Min Sik Kim <minskim@netbsd.org>
From: Jeremy C. Reed <reed@reedmedia.net>
List: pkgsrc-users
Date: 04/12/2006 10:17:46
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?