diff options
author | Jean-Marc Zucconi <jmz@FreeBSD.org> | 1997-08-25 00:27:11 +0000 |
---|---|---|
committer | Jean-Marc Zucconi <jmz@FreeBSD.org> | 1997-08-25 00:27:11 +0000 |
commit | 196c3b646e3c4c09458e3160ae6ac714e161fdff (patch) | |
tree | bbc025a7c51badb81622a200d1fa915588929c5a /print/musixtex/Makefile | |
parent | 62675118664bdeb8173a8cb32fb5d5e08f77a7b6 (diff) | |
download | ports-196c3b646e3c4c09458e3160ae6ac714e161fdff.tar.gz ports-196c3b646e3c4c09458e3160ae6ac714e161fdff.zip |
Notes
Diffstat (limited to 'print/musixtex/Makefile')
-rw-r--r-- | print/musixtex/Makefile | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/print/musixtex/Makefile b/print/musixtex/Makefile index 9df854ac16b8..843815bbf898 100644 --- a/print/musixtex/Makefile +++ b/print/musixtex/Makefile @@ -1,15 +1,15 @@ # New ports collection makefile for: musixtex -# Version required: T64 +# Version required: T76 # Date created: 9 july 1995 # Whom: jmz # -# $Id: Makefile,v 1.7 1997/02/18 16:57:24 jmz Exp $ +# $Id: Makefile,v 1.8 1997/03/06 02:03:28 asami Exp $ # -DISTNAME= musixtex-T64 +DISTNAME= musixtex-T76 CATEGORIES= print MASTER_SITES= ftp://ftp.tex.ac.uk//tex-archive/macros/musixtex/taupin/ -DISTFILES= musixtex-T64.tar.gz musixexa-T64.tar.gz +DISTFILES= musixtex-T76.tar.gz musixexa-T74.tar.gz MAINTAINER= jmz@FreeBSD.org @@ -19,9 +19,6 @@ RUN_DEPENDS= tex:${PORTSDIR}/print/tex 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> |