aboutsummaryrefslogtreecommitdiffstats
path: root/print
diff options
context:
space:
mode:
authorasami <asami@FreeBSD.org>1997-11-06 08:02:24 +0800
committerasami <asami@FreeBSD.org>1997-11-06 08:02:24 +0800
commit1d28b0af5279c312e8c89241d26660dd8a1d3cbc (patch)
treeb541367cf47651283c51ef12bbeaede27d7539cc /print
parent4a2338d7fbbf7c20b7cea4d1826f69aa007479e2 (diff)
downloadfreebsd-ports-graphics-1d28b0af5279c312e8c89241d26660dd8a1d3cbc.tar.gz
freebsd-ports-graphics-1d28b0af5279c312e8c89241d26660dd8a1d3cbc.tar.zst
freebsd-ports-graphics-1d28b0af5279c312e8c89241d26660dd8a1d3cbc.zip
Create "mf" directory before installation.
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 473565b0fcb..f04f7140b62 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>