pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/print/tex-tetex Let tex-tetex delete a dvipdfmx map fi...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a95617de2bd7
branches:  trunk
changeset: 609969:a95617de2bd7
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Sun Oct 14 21:24:04 2012 +0000

description:
Let tex-tetex delete a dvipdfmx map file when it uninstalls.

diffstat:

 print/tex-tetex/DEINSTALL |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 4b201294bcda -r a95617de2bd7 print/tex-tetex/DEINSTALL
--- a/print/tex-tetex/DEINSTALL Sun Oct 14 21:21:34 2012 +0000
+++ b/print/tex-tetex/DEINSTALL Sun Oct 14 21:24:04 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: DEINSTALL,v 1.2 2012/03/04 01:01:43 minskim Exp $
+# $NetBSD: DEINSTALL,v 1.3 2012/10/14 21:24:04 minskim Exp $
 
 TEXMFSYSVAR="@VARBASE@/lib/texmf"
 
@@ -7,7 +7,7 @@
        # Remove font map files generated by updmap-sys.  The list of
        # files is taken from the updmap man page and matches the
        # "output files" for updmap.
-       ${RM} -f ${TEXMFSYSVAR}/fonts/map/dvipdfm/updmap/kanjix.map
+       ${RM} -f ${TEXMFSYSVAR}/fonts/map/dvipdfmx/updmap/kanjix.map
        ${RM} -f ${TEXMFSYSVAR}/fonts/map/dvips/updmap/builtin35.map
        ${RM} -f ${TEXMFSYSVAR}/fonts/map/dvips/updmap/download35.map
        ${RM} -f ${TEXMFSYSVAR}/fonts/map/dvips/updmap/ps2pk.map
@@ -22,7 +22,7 @@
        # Remove stray directories.
        for dir in \
                ${TEXMFSYSVAR}/web2c \
-               ${TEXMFSYSVAR}/fonts/map/dvipdfm/updmap \
+               ${TEXMFSYSVAR}/fonts/map/dvipdfmx/updmap \
                ${TEXMFSYSVAR}/fonts/map/dvips/updmap \
                ${TEXMFSYSVAR}/fonts/map/pdftex/updmap \
                ${TEXMFSYSVAR}/fonts/map/pxdvi/updmap



Home | Main Index | Thread Index | Old Index