summaryrefslogtreecommitdiffstats
path: root/print/musixtex/pkg-plist
diff options
context:
space:
mode:
authoralex <alex@FreeBSD.org>2002-12-02 16:16:48 +0000
committeralex <alex@FreeBSD.org>2002-12-02 16:16:48 +0000
commitc261cd52b6ab48b99d2fc113ffd98ec978b8da93 (patch)
tree20d0b9b120e4b4683b2d3ca29bad1f61870a4296 /print/musixtex/pkg-plist
parent16042e2291f9e7b6d62591d9d2eb717b2b6a93fc (diff)
downloadFreeBSD-ports-c261cd52b6ab48b99d2fc113ffd98ec978b8da93.zip
FreeBSD-ports-c261cd52b6ab48b99d2fc113ffd98ec978b8da93.tar.gz
Fix last commit in case of absence of texhash.
Submitted by: kris Pointy hat to: myself, the dependency guru wannabe (last commit was tested with teTex installed)
Diffstat (limited to 'print/musixtex/pkg-plist')
-rw-r--r--print/musixtex/pkg-plist4
1 files changed, 2 insertions, 2 deletions
diff --git a/print/musixtex/pkg-plist b/print/musixtex/pkg-plist
index 6b482ba..c4b595f 100644
--- a/print/musixtex/pkg-plist
+++ b/print/musixtex/pkg-plist
@@ -222,7 +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
+@exec %D/bin/texhash || true
@dirrm share/texmf/documentation/musixtex.examples
@unexec rmdir %D/share/texmf/documentation 2>/dev/null || true
-@unexec %D/bin/texhash
+@unexec %D/bin/texhash || true
OpenPOWER on IntegriCloud