diff options
author | minskim <minskim@pkgsrc.org> | 2010-01-18 23:08:29 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2010-01-18 23:08:29 +0000 |
commit | 49706bd7105988b118e73520c6b79e1e714d9816 (patch) | |
tree | 522902fe13aa3928223d5ef7667eacf21dba360f /print/tex-hyphen-base/Makefile | |
parent | ff7447d09e342c50003934b8fbfdedea6495e026 (diff) | |
download | pkgsrc-49706bd7105988b118e73520c6b79e1e714d9816.tar.gz |
Update tex-hyphen-base to 2009.14587.
No notable change.
Diffstat (limited to 'print/tex-hyphen-base/Makefile')
-rw-r--r-- | print/tex-hyphen-base/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/print/tex-hyphen-base/Makefile b/print/tex-hyphen-base/Makefile index 34cc0116a63..1d2e88f0920 100644 --- a/print/tex-hyphen-base/Makefile +++ b/print/tex-hyphen-base/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.2 2009/04/13 00:13:03 minskim Exp $ -# TeX Live Revision 11176 +# $NetBSD: Makefile,v 1.3 2010/01/18 23:08:29 minskim Exp $ +# TeX Live Revision 14587 DISTNAME= hyphen-base -PKGNAME= tex-${DISTNAME}-2008.11176 +PKGNAME= tex-${DISTNAME}-2009.14587 MAINTAINER= minskim@NetBSD.org COMMENT= TeX hyphenation patterns for English @@ -18,5 +18,5 @@ CONF_FILES+= ${PREFIX}/share/texmf/tex/generic/config/language.def \ TEX_TEXMF_DIRS+= ${PKG_SYSCONFDIR} TEX_TEXMF_DIRS+= ${PREFIX}/share/texmf -.include "../../print/texlive/module.mk" +.include "../../print/texlive/package.mk" .include "../../mk/bsd.pkg.mk" |