pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/print/tex-kotex-utils Install xindy module into share/...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b5dd06c1aa50
branches:  trunk
changeset: 626502:b5dd06c1aa50
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Wed Nov 13 19:27:55 2013 +0000

description:
Install xindy module into share/texmf-dist, not share/texmf

diffstat:

 print/tex-kotex-utils/Makefile |  10 ++++++----
 print/tex-kotex-utils/PLIST    |   4 ++--
 2 files changed, 8 insertions(+), 6 deletions(-)

diffs (48 lines):

diff -r eace6a2d52ee -r b5dd06c1aa50 print/tex-kotex-utils/Makefile
--- a/print/tex-kotex-utils/Makefile    Wed Nov 13 19:23:54 2013 +0000
+++ b/print/tex-kotex-utils/Makefile    Wed Nov 13 19:27:55 2013 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.6 2013/05/31 12:41:49 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2013/11/13 19:27:55 minskim Exp $
 
 DISTNAME=      kotex-dist-20110504
 PKGNAME=       tex-kotex-utils-0.3
-PKGREVISION=   2
+PKGREVISION=   3
 CATEGORIES=    print
 MASTER_SITES=  http://ftp.ktug.or.kr/KTUG/ko.TeX/
 DISTFILES=     ${DISTNAME}${EXTRACT_SUFX}
@@ -22,7 +22,9 @@
 
 REPLACE_PERL=  *.pl scripts/kotex-util/perl/*.pl
 
-INSTALLATION_DIRS+=    bin share/texmf/xindy/modules/lang/korean
+INSTALLATION_DIRS+=    bin share/texmf-dist/xindy/modules/lang/korean
+
+.include "../../print/kpathsea/texmf.mk"
 
 do-build:
 .for f in hbibtex hmakeindex
@@ -43,6 +45,6 @@
        ${INSTALL_SCRIPT} ${WRKSRC}/kotexindy.pl \
                ${DESTDIR}${PREFIX}/bin/kotexindy
        ${INSTALL_DATA} ${WRKSRC}/utf8.xdy \
-               ${DESTDIR}${PREFIX}/share/texmf/xindy/modules/lang/korean/
+               ${DESTDIR}${PREFIX}/share/texmf-dist/xindy/modules/lang/korean/
 
 .include "../../mk/bsd.pkg.mk"
diff -r eace6a2d52ee -r b5dd06c1aa50 print/tex-kotex-utils/PLIST
--- a/print/tex-kotex-utils/PLIST       Wed Nov 13 19:23:54 2013 +0000
+++ b/print/tex-kotex-utils/PLIST       Wed Nov 13 19:27:55 2013 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2011/11/29 21:05:36 minskim Exp $
+@comment $NetBSD: PLIST,v 1.3 2013/11/13 19:27:55 minskim Exp $
 bin/euc-bookmark
 bin/hbibtex
 bin/hmakeindex
@@ -8,4 +8,4 @@
 bin/komkindex
 bin/kotexindy
 bin/ttf2kotexfont
-share/texmf/xindy/modules/lang/korean/utf8.xdy
+share/texmf-dist/xindy/modules/lang/korean/utf8.xdy



Home | Main Index | Thread Index | Old Index