summaryrefslogtreecommitdiff
path: root/print/musixtex
diff options
context:
space:
mode:
authorAlexander Langer <alex@FreeBSD.org>2002-11-30 02:29:34 +0000
committerAlexander Langer <alex@FreeBSD.org>2002-11-30 02:29:34 +0000
commitd784d0a58ba7bce69f829c61be091df953d103d9 (patch)
tree22936b6c1ff84bf5768668a7e4bedba9648ab3e0 /print/musixtex
parentHomepage of this port disappeared and I can't find a replacement. (diff)
"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)
Notes
Notes: svn path=/head/; revision=71240
Diffstat (limited to 'print/musixtex')
-rw-r--r--print/musixtex/Makefile3
-rw-r--r--print/musixtex/pkg-plist2
2 files changed, 5 insertions, 0 deletions
diff --git a/print/musixtex/Makefile b/print/musixtex/Makefile
index 8a3fd31c43a6..30a633de9aef 100644
--- a/print/musixtex/Makefile
+++ b/print/musixtex/Makefile
@@ -21,4 +21,7 @@ NO_WRKSUBDIR= yes
pre-install:
${MKDIR} ${PREFIX}/share/texmf/documentation
+post-install:
+ @${LOCALBASE}/bin/texhash
+
.include <bsd.port.mk>
diff --git a/print/musixtex/pkg-plist b/print/musixtex/pkg-plist
index 6779cbccd7d0..6b482bafc5f7 100644
--- a/print/musixtex/pkg-plist
+++ b/print/musixtex/pkg-plist
@@ -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