diff options
author | Alexander Langer <alex@FreeBSD.org> | 2002-12-02 16:16:48 +0000 |
---|---|---|
committer | Alexander Langer <alex@FreeBSD.org> | 2002-12-02 16:16:48 +0000 |
commit | bc90d7e49dc96913d38b1c0052fd2396bccc3893 (patch) | |
tree | 4711f163b3765de8b63ed241dfa3ff04dcdd5ef0 /print/musixtex/Makefile | |
parent | 620fa2c603188333e2094843d7372002dacae888 (diff) | |
download | ports-bc90d7e49dc96913d38b1c0052fd2396bccc3893.tar.gz ports-bc90d7e49dc96913d38b1c0052fd2396bccc3893.zip |
Notes
Diffstat (limited to 'print/musixtex/Makefile')
-rw-r--r-- | print/musixtex/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/print/musixtex/Makefile b/print/musixtex/Makefile index 30a633de9aef..2d9a86ca54eb 100644 --- a/print/musixtex/Makefile +++ b/print/musixtex/Makefile @@ -22,6 +22,6 @@ pre-install: ${MKDIR} ${PREFIX}/share/texmf/documentation post-install: - @${LOCALBASE}/bin/texhash + @${LOCALBASE}/bin/texhash || ${TRUE} .include <bsd.port.mk> |