summaryrefslogtreecommitdiff
path: root/print/tex-hyphen-german
diff options
context:
space:
mode:
authorminskim <minskim@pkgsrc.org>2009-04-30 02:26:31 +0000
committerminskim <minskim@pkgsrc.org>2009-04-30 02:26:31 +0000
commit7ff5cd2a4df3076ebfdb4ff1b40c0cce8beb305c (patch)
tree46b19fea1673bd15d4e606844f1a33eef038c47d /print/tex-hyphen-german
parentcedc02aa3fb423c680e0a70667fea171cc6e9a17 (diff)
downloadpkgsrc-7ff5cd2a4df3076ebfdb4ff1b40c0cce8beb305c.tar.gz
Correct TEX_TEXMF_DIRS for tex-hyphen-german.
Bump PKGREVISION.
Diffstat (limited to 'print/tex-hyphen-german')
-rw-r--r--print/tex-hyphen-german/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/print/tex-hyphen-german/Makefile b/print/tex-hyphen-german/Makefile
index 72b1ccc7194..577d2f7d866 100644
--- a/print/tex-hyphen-german/Makefile
+++ b/print/tex-hyphen-german/Makefile
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.1.1.1 2009/04/15 07:37:06 minskim Exp $
+# $NetBSD: Makefile,v 1.2 2009/04/30 02:26:31 minskim Exp $
# TeX Live Revision 8935
DISTNAME= hyphen-german
PKGNAME= tex-${DISTNAME}-2008.8935
+PKGREVISION= 1
MAINTAINER= minskim@NetBSD.org
COMMENT= Hyphenation patterns for German
@@ -14,6 +15,7 @@ TEX_HYPHEN_DAT+= german loadhyph-de-1901.tex
TEX_HYPHEN_DAT+= ngerman loadhyph-de-1996.tex
TEX_HYPHEN_DEF+= \addlanguage{german}{loadhyph-de-1901.tex}{}{2}{2}
TEX_HYPHEN_DEF+= \addlanguage{ngerman}{loadhyph-de-1996.tex}{}{2}{2}
+TEX_TEXMF_DIRS= ${PREFIX}/share/texmf
.include "../../print/texlive/module.mk"
.include "../../mk/bsd.pkg.mk"