summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1997-03-06 02:03:28 +0000
committerSatoshi Asami <asami@FreeBSD.org>1997-03-06 02:03:28 +0000
commite1446b6d32fabf436fa8252ad8aacd997309d68f (patch)
treeaa8110ad709ceabd4cb8cde78bd5db84ad173829 /print
parentAdd xplot. (diff)
Create some more necessary directories. It will be really appreciated
if the porter can check these things.
Notes
Notes: svn path=/head/; revision=5863
Diffstat (limited to 'print')
-rw-r--r--print/musixtex/Makefile4
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>