pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/print/tex-musixtex teTeX3 doesnt' have virtex either -...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/81acf025732a
branches:  trunk
changeset: 488881:81acf025732a
user:      hubertf <hubertf%pkgsrc.org@localhost>
date:      Fri Feb 11 00:37:46 2005 +0000

description:
teTeX3 doesnt' have virtex either - link musictex to 'tex' instead
(as it was used to make the format file, too)

diffstat:

 print/tex-musixtex/Makefile |  8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)

diffs (22 lines):

diff -r 41839e529ced -r 81acf025732a print/tex-musixtex/Makefile
--- a/print/tex-musixtex/Makefile       Fri Feb 11 00:19:23 2005 +0000
+++ b/print/tex-musixtex/Makefile       Fri Feb 11 00:37:46 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2005/02/10 23:49:25 hubertf Exp $
+# $NetBSD: Makefile,v 1.10 2005/02/11 00:37:46 hubertf Exp $
 #
 
 DISTNAME=      musixtex-112
@@ -62,7 +62,11 @@
        ${INSTALL_MAN} ${WRKSRC}/system/c-source/musixflx.1 \
                ${PREFIX}/man/man1
 
-       cd ${PREFIX}/bin ; ${LN} -sf virtex musixtex
+.if exists(${LOCALBASE}/bin/virtex)
+       cd ${PREFIX}/bin ; ${LN} -sf virtex musixtex    # teTeX2
+.else
+       cd ${PREFIX}/bin ; ${LN} -sf tex musixtex       # teTeX3
+.endif
 
        ${LOCALBASE}/bin/texconfig rehash
 



Home | Main Index | Thread Index | Old Index