1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

Create ${PREFIX}/share/texmf/mf too from pre-install.

This commit is contained in:
Satoshi Asami 1997-09-14 08:05:38 +00:00
parent 7426ec2841
commit 948947e396
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=7900

View File

@ -3,7 +3,7 @@
# Date created: 9 july 1995
# Whom: jmz
#
# $Id: Makefile,v 1.9 1997/08/25 00:26:59 jmz Exp $
# $Id: Makefile,v 1.10 1997/09/11 21:38:01 jmz Exp $
#
DISTNAME= musixtex-T77
@ -20,5 +20,6 @@ NO_WRKSUBDIR= yes
pre-install:
${MKDIR} ${PREFIX}/share/texmf/documentation
${MKDIR} ${PREFIX}/share/texmf/mf
.include <bsd.port.mk>