diff options
author | hubertf <hubertf@pkgsrc.org> | 2005-01-18 00:31:43 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 2005-01-18 00:31:43 +0000 |
commit | 603607f3885ad8e8dace3e3763acac786fc115b3 (patch) | |
tree | 20eb2c850c68f207d085beb2af5fdac093cacf0d /print | |
parent | 545dc92fc16097bfd2d015e6eca1d3c6ed18b112 (diff) | |
download | pkgsrc-603607f3885ad8e8dace3e3763acac786fc115b3.tar.gz |
Update tex-bagpipetex to 3.01nb2: adjust from teTeX1 to teTeX2
Patch from the maintainer, via wiz.
Diffstat (limited to 'print')
-rw-r--r-- | print/tex-bagpipetex/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/print/tex-bagpipetex/Makefile b/print/tex-bagpipetex/Makefile index d7eca491863..f4b756e4d39 100644 --- a/print/tex-bagpipetex/Makefile +++ b/print/tex-bagpipetex/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.5 2004/03/26 02:27:51 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2005/01/18 00:31:55 hubertf Exp $ # DISTNAME= bagpipetex-3.01 PKGNAME= tex-${DISTNAME} -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= print MASTER_SITES= http://www.stanford.edu/~wrinnes/bagpipe.tex/distribution/ DISTFILES= bagpipe301.tar.gz @@ -12,7 +12,7 @@ MAINTAINER= dgriffi@cs.csubak.edu HOMEPAGE= http://www.stanford.edu/~wrinnes/bagpipe.tex/ COMMENT= MusixTeX macros to typeset bagpipe music -DEPENDS+= tex-musixtex>=109:../tex-musixtex +DEPENDS+= tex-musixtex>=112:../tex-musixtex WRKSRC= ${WRKDIR} NO_CONFIGURE= yes @@ -52,7 +52,7 @@ do-install: post-install: cd ${PREFIX}/share/texmf/doc/bagpipetex ; \ - latex bagdoc ; \ + virtex bagdoc ; \ dvips bagdoc.dvi -o bagdoc.ps ; \ musixtex quickref ; \ musixflx quickref ; \ |