summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1997-11-06 00:02:24 +0000
committerSatoshi Asami <asami@FreeBSD.org>1997-11-06 00:02:24 +0000
commit00f274d59be41f649ac7c0ad1be1c678da312672 (patch)
treeeff979fcee3e2d11869d02edfcd4094635a1f650 /print
parentportlint. (diff)
Create "mf" directory before installation.
Notes
Notes: svn path=/head/; revision=8503
Diffstat (limited to 'print')
-rw-r--r--print/musixtex/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/print/musixtex/Makefile b/print/musixtex/Makefile
index 473565b0fcbb..f04f7140b62d 100644
--- a/print/musixtex/Makefile
+++ b/print/musixtex/Makefile
@@ -3,7 +3,7 @@
# Date created: 9 july 1995
# Whom: jmz
#
-# $Id: Makefile,v 1.12 1997/09/15 22:54:35 jmz Exp $
+# $Id: Makefile,v 1.13 1997/10/11 02:22:25 jmz Exp $
#
DISTNAME= musixtex-T80
@@ -20,5 +20,6 @@ NO_WRKSUBDIR= yes
pre-install:
${MKDIR} ${PREFIX}/share/texmf/documentation
+ ${MKDIR} ${PREFIX}/share/texmf/mf
.include <bsd.port.mk>