summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorminskim <minskim@pkgsrc.org>2009-05-14 01:29:40 +0000
committerminskim <minskim@pkgsrc.org>2009-05-14 01:29:40 +0000
commit8ab93ff23b057dee228e5873e1b4029c56f558bf (patch)
tree707933d10f68d2e1cafe16ebba059ccaf14858fd /print
parentf5cb83f797421965e127f961bc8887872183fac9 (diff)
downloadpkgsrc-8ab93ff23b057dee228e5873e1b4029c56f558bf.tar.gz
Correct TEX_TEXMF_DIRS for tex-hyphen-{ancientgreek,coptic,greek}.
Bump PKGREIVISION.
Diffstat (limited to 'print')
-rw-r--r--print/tex-hyphen-ancientgreek/Makefile4
-rw-r--r--print/tex-hyphen-coptic/Makefile4
-rw-r--r--print/tex-hyphen-greek/Makefile4
3 files changed, 9 insertions, 3 deletions
diff --git a/print/tex-hyphen-ancientgreek/Makefile b/print/tex-hyphen-ancientgreek/Makefile
index 3a018dd3d86..6a9b944c194 100644
--- a/print/tex-hyphen-ancientgreek/Makefile
+++ b/print/tex-hyphen-ancientgreek/Makefile
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.1.1.1 2009/04/15 07:13:08 minskim Exp $
+# $NetBSD: Makefile,v 1.2 2009/05/14 01:29:40 minskim Exp $
# TeX Live Revision 9400
DISTNAME= hyphen-ancientgreek
PKGNAME= tex-${DISTNAME}-2008.9400
+PKGREVISION= 1
MAINTAINER= minskim@NetBSD.org
COMMENT= Hyphenation patterns for ancient Greek
@@ -14,6 +15,7 @@ TEX_HYPHEN_DAT+= ancientgreek loadhyph-grc.tex
TEX_HYPHEN_DAT+= ibycus ibyhyph.tex
TEX_HYPHEN_DEF+= \addlanguage{ancientgreek}{loadhyph-grc.tex}{}{1}{1}
TEX_HYPHEN_DEF+= \addlanguage{ibycus}{ibyhyph.tex}{}{2}{2}
+TEX_TEXMF_DIRS+= ${PREFIX}/share/texmf
.include "../../print/texlive/module.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/print/tex-hyphen-coptic/Makefile b/print/tex-hyphen-coptic/Makefile
index ed800622db4..88c495dabeb 100644
--- a/print/tex-hyphen-coptic/Makefile
+++ b/print/tex-hyphen-coptic/Makefile
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.1.1.1 2009/04/15 07:28:05 minskim Exp $
+# $NetBSD: Makefile,v 1.2 2009/05/14 01:29:40 minskim Exp $
# TeX Live Revision 8935
DISTNAME= hyphen-coptic
PKGNAME= tex-${DISTNAME}-2008.8935
+PKGREVISION= 1
MAINTAINER= minskim@NetBSD.org
COMMENT= Hyphenation patterns for Coptic
@@ -12,6 +13,7 @@ DEPENDS+= tex-hyph-utf8-[0-9]*:../../print/tex-hyph-utf8
TEX_HYPHEN_DAT+= coptic loadhyph-cop.tex
TEX_HYPHEN_DEF+= \addlanguage{coptic}{loadhyph-cop.tex}{}{1}{1}
+TEX_TEXMF_DIRS+= ${PREFIX}/share/texmf
.include "../../print/texlive/module.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/print/tex-hyphen-greek/Makefile b/print/tex-hyphen-greek/Makefile
index 80418c42944..12344aa2abd 100644
--- a/print/tex-hyphen-greek/Makefile
+++ b/print/tex-hyphen-greek/Makefile
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.1.1.1 2009/04/15 07:37:43 minskim Exp $
+# $NetBSD: Makefile,v 1.2 2009/05/14 01:29:40 minskim Exp $
# TeX Live Revision 11160
DISTNAME= hyphen-greek
PKGNAME= tex-${DISTNAME}-2008.11160
+PKGREVISION= 1
MAINTAINER= minskim@NetBSD.org
COMMENT= Hyphenation patterns for Greek
@@ -16,6 +17,7 @@ TEX_HYPHEN_DAT+= = polygreek
TEX_HYPHEN_DEF+= \addlanguage{monogreek}{loadhyph-el-monoton.tex}{}{1}{1}
TEX_HYPHEN_DEF+= \addlanguage{greek}{loadhyph-el-polyton.tex}{}{1}{1}
TEX_HYPHEN_DEF+= \addlanguage{polygreek}{loadhyph-el-polyton.tex}{}{1}{1}
+TEX_TEXMF_DIRS+= ${PREFIX}/share/texmf
.include "../../print/texlive/module.mk"
.include "../../mk/bsd.pkg.mk"