1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-27 10:03:20 +00:00

"texhash" needs to be run after install, otherwise the installed

files won't be found and have no use.

Submitted by:	Janne Peltola (on IRC)
Approved by:	portmgr (kris)
This commit is contained in:
Alexander Langer 2002-11-30 02:29:34 +00:00
parent 3a0df85618
commit d784d0a58b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=71240
2 changed files with 5 additions and 0 deletions

View File

@ -21,4 +21,7 @@ NO_WRKSUBDIR= yes
pre-install:
${MKDIR} ${PREFIX}/share/texmf/documentation
post-install:
@${LOCALBASE}/bin/texhash
.include <bsd.port.mk>

View File

@ -222,5 +222,7 @@ share/texmf/tex/musixsty.tex
share/texmf/tex/musixtex.sty
share/texmf/tex/musixtex.tex
share/texmf/tex/musixtri.tex
@exec %D/bin/texhash
@dirrm share/texmf/documentation/musixtex.examples
@unexec rmdir %D/share/texmf/documentation 2>/dev/null || true
@unexec %D/bin/texhash