summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1996-11-26 08:05:07 +0000
committerSatoshi Asami <asami@FreeBSD.org>1996-11-26 08:05:07 +0000
commit09969db718e3b914885af5d6ca23932965ecfccf (patch)
treedf6a1b3391b0eaef6b09815a0a13a48794ce383b /print
parentDon't put x11 in CATEGORIES. (diff)
Create necessary directories. Also, misc. cleanup.
Notes
Notes: svn path=/head/; revision=4672
Diffstat (limited to 'print')
-rw-r--r--print/musixtex/Makefile14
1 files changed, 10 insertions, 4 deletions
diff --git a/print/musixtex/Makefile b/print/musixtex/Makefile
index fec422ded900..4cfafb1fd706 100644
--- a/print/musixtex/Makefile
+++ b/print/musixtex/Makefile
@@ -3,17 +3,23 @@
# Date created: 9 july 1995
# Whom: jmz
#
-# $Id: Makefile,v 1.3 1995/11/22 13:18:21 asami Exp $
+# $Id: Makefile,v 1.4 1996/11/17 08:44:59 obrien Exp $
#
-PKGNAME= musixtex-3.96
-DISTFILES= musixtex-T396.tar.gz musixexa-0375.tar.gz
+
+DISTNAME= musixtex-3.96
CATEGORIES= print
MASTER_SITES= ftp://ftp.tex.ac.uk//tex-archive/macros/musixtex/taupin/
-NO_WRKSUBDIR= yes
+DISTFILES= musixtex-T396.tar.gz musixexa-0375.tar.gz
MAINTAINER= jmz@FreeBSD.org
BUILD_DEPENDS= tex:${PORTSDIR}/print/tex
RUN_DEPENDS= tex:${PORTSDIR}/print/tex
+NO_WRKSUBDIR= yes
+
+pre-install:
+ ${MKDIR} ${PREFIX}/lib/texmf/fonts/tfm
+ ${MKDIR} ${PREFIX}/lib/texmf/documentation
+
.include <bsd.port.mk>