diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1997-09-14 08:05:38 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1997-09-14 08:05:38 +0000 |
commit | 948947e396503c930465130a98b2723e33340fb2 (patch) | |
tree | d0bba55fe42b164d81d11439516afcc46780d8dc /print/musixtex | |
parent | 7426ec2841e3252e74534c8a545cb71319345ee8 (diff) |
Create ${PREFIX}/share/texmf/mf too from pre-install.
Notes
Notes:
svn path=/head/; revision=7900
Diffstat (limited to 'print/musixtex')
-rw-r--r-- | print/musixtex/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/print/musixtex/Makefile b/print/musixtex/Makefile index abd01d6aca02..e4cc8aff106a 100644 --- a/print/musixtex/Makefile +++ b/print/musixtex/Makefile @@ -3,7 +3,7 @@ # Date created: 9 july 1995 # Whom: jmz # -# $Id: Makefile,v 1.9 1997/08/25 00:26:59 jmz Exp $ +# $Id: Makefile,v 1.10 1997/09/11 21:38:01 jmz Exp $ # DISTNAME= musixtex-T77 @@ -20,5 +20,6 @@ NO_WRKSUBDIR= yes pre-install: ${MKDIR} ${PREFIX}/share/texmf/documentation + ${MKDIR} ${PREFIX}/share/texmf/mf .include <bsd.port.mk> |