diff options
author | minskim <minskim@pkgsrc.org> | 2013-11-13 19:27:55 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2013-11-13 19:27:55 +0000 |
commit | 0d6eaf76c4a032be3f6f79b656393bd0ecd9ef90 (patch) | |
tree | d7dff8f9772c4c9e9489f382b442ed50dd4c5620 | |
parent | 186e09b7fd421e3fa37067053d51357fa97438af (diff) | |
download | pkgsrc-0d6eaf76c4a032be3f6f79b656393bd0ecd9ef90.tar.gz |
Install xindy module into share/texmf-dist, not share/texmf
-rw-r--r-- | print/tex-kotex-utils/Makefile | 10 | ||||
-rw-r--r-- | print/tex-kotex-utils/PLIST | 4 |
2 files changed, 8 insertions, 6 deletions
diff --git a/print/tex-kotex-utils/Makefile b/print/tex-kotex-utils/Makefile index 0f17a083029..2d598d1cba0 100644 --- a/print/tex-kotex-utils/Makefile +++ b/print/tex-kotex-utils/Makefile @@ -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 @@ WRKSRC= ${WRKDIR} 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 @@ do-install: ${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 --git a/print/tex-kotex-utils/PLIST b/print/tex-kotex-utils/PLIST index f9ae4e5013a..748c9c8e2da 100644 --- a/print/tex-kotex-utils/PLIST +++ b/print/tex-kotex-utils/PLIST @@ -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/jamo2hypua bin/komkindex bin/kotexindy bin/ttf2kotexfont -share/texmf/xindy/modules/lang/korean/utf8.xdy +share/texmf-dist/xindy/modules/lang/korean/utf8.xdy |