diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1997-03-06 02:03:28 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1997-03-06 02:03:28 +0000 |
commit | e1446b6d32fabf436fa8252ad8aacd997309d68f (patch) | |
tree | aa8110ad709ceabd4cb8cde78bd5db84ad173829 /print/musixtex | |
parent | 26b4e20e9e0960f1a401fc79cec5500f1f034595 (diff) | |
download | ports-e1446b6d32fabf436fa8252ad8aacd997309d68f.tar.gz ports-e1446b6d32fabf436fa8252ad8aacd997309d68f.zip |
Notes
Diffstat (limited to 'print/musixtex')
-rw-r--r-- | print/musixtex/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/print/musixtex/Makefile b/print/musixtex/Makefile index 443fa436b1ce..9df854ac16b8 100644 --- a/print/musixtex/Makefile +++ b/print/musixtex/Makefile @@ -3,7 +3,7 @@ # Date created: 9 july 1995 # Whom: jmz # -# $Id: Makefile,v 1.6 1996/12/12 01:07:17 jmz Exp $ +# $Id: Makefile,v 1.7 1997/02/18 16:57:24 jmz Exp $ # DISTNAME= musixtex-T64 @@ -21,5 +21,7 @@ NO_WRKSUBDIR= yes pre-install: ${MKDIR} ${PREFIX}/share/texmf/fonts/tfm ${MKDIR} ${PREFIX}/share/texmf/documentation + ${MKDIR} ${PREFIX}/share/texmf/mf + ${MKDIR} ${PREFIX}/share/texmf/ini .include <bsd.port.mk> |