summaryrefslogtreecommitdiff
path: root/print/musixtex/Makefile
diff options
context:
space:
mode:
authorJean-Marc Zucconi <jmz@FreeBSD.org>1997-02-18 16:57:35 +0000
committerJean-Marc Zucconi <jmz@FreeBSD.org>1997-02-18 16:57:35 +0000
commitdebd26aecc28e6c7fcf13e4d2bbf0e4aad3d84ea (patch)
treeb58f85490eb64ab9978507180027e78009522c7b /print/musixtex/Makefile
parentwww/sawt --> devel/sawt (diff)
Update to take into account the changes in the tex port (mainly ${PREFIX}/lib
-> ${PREFIX}/share)
Notes
Notes: svn path=/head/; revision=5684
Diffstat (limited to 'print/musixtex/Makefile')
-rw-r--r--print/musixtex/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/print/musixtex/Makefile b/print/musixtex/Makefile
index 5ab9d90daab6..443fa436b1ce 100644
--- a/print/musixtex/Makefile
+++ b/print/musixtex/Makefile
@@ -3,7 +3,7 @@
# Date created: 9 july 1995
# Whom: jmz
#
-# $Id: Makefile,v 1.5 1996/11/26 08:05:07 asami Exp $
+# $Id: Makefile,v 1.6 1996/12/12 01:07:17 jmz Exp $
#
DISTNAME= musixtex-T64
@@ -19,7 +19,7 @@ RUN_DEPENDS= tex:${PORTSDIR}/print/tex
NO_WRKSUBDIR= yes
pre-install:
- ${MKDIR} ${PREFIX}/lib/texmf/fonts/tfm
- ${MKDIR} ${PREFIX}/lib/texmf/documentation
+ ${MKDIR} ${PREFIX}/share/texmf/fonts/tfm
+ ${MKDIR} ${PREFIX}/share/texmf/documentation
.include <bsd.port.mk>