aboutsummaryrefslogtreecommitdiffstats
path: root/print
diff options
context:
space:
mode:
authorasami <asami@FreeBSD.org>1997-03-06 10:03:28 +0800
committerasami <asami@FreeBSD.org>1997-03-06 10:03:28 +0800
commit7fb678a34fee3b9bb3c76a90f3c7fd9bae4086ac (patch)
treeef509f2d6bf714894318396e1044d8bce85c5e0b /print
parent70e4f54cdac19b423352be47d1945ec691fd41bf (diff)
downloadfreebsd-ports-gnome-7fb678a34fee3b9bb3c76a90f3c7fd9bae4086ac.tar.gz
freebsd-ports-gnome-7fb678a34fee3b9bb3c76a90f3c7fd9bae4086ac.tar.zst
freebsd-ports-gnome-7fb678a34fee3b9bb3c76a90f3c7fd9bae4086ac.zip
Create some more necessary directories. It will be really appreciated
if the porter can check these things.
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>