diff options
author | asami <asami@FreeBSD.org> | 1996-11-26 16:05:07 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1996-11-26 16:05:07 +0800 |
commit | 63ac6d044d6c42b1bb35a927c360c5f225a18986 (patch) | |
tree | 67bcd69e08903488591deb0ee29a4da51b84b4de /print | |
parent | 571e178934e1db1b98a266c00f565ebe6d109524 (diff) | |
download | freebsd-ports-gnome-63ac6d044d6c42b1bb35a927c360c5f225a18986.tar.gz freebsd-ports-gnome-63ac6d044d6c42b1bb35a927c360c5f225a18986.tar.zst freebsd-ports-gnome-63ac6d044d6c42b1bb35a927c360c5f225a18986.zip |
Create necessary directories. Also, misc. cleanup.
Diffstat (limited to 'print')
-rw-r--r-- | print/musixtex/Makefile | 14 |
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> |