Fri Jan 29 02:35:29 2010 UTC ()
This package replaces tex-bin-kpathsea.


(minskim)
diff -r1.1.1.1 -r1.2 pkgsrc/print/tex-kpathsea/Makefile

cvs diff -r1.1.1.1 -r1.2 pkgsrc/print/tex-kpathsea/Makefile (expand / switch to unified diff)

--- pkgsrc/print/tex-kpathsea/Makefile 2010/01/29 02:32:55 1.1.1.1
+++ pkgsrc/print/tex-kpathsea/Makefile 2010/01/29 02:35:28 1.2
@@ -1,18 +1,21 @@ @@ -1,18 +1,21 @@
1# $NetBSD: Makefile,v 1.1.1.1 2010/01/29 02:32:55 minskim Exp $ 1# $NetBSD: Makefile,v 1.2 2010/01/29 02:35:28 minskim Exp $
2# TeX Live Revision 16044 2# TeX Live Revision 16044
3 3
4DISTNAME= kpathsea 4DISTNAME= kpathsea
5PKGNAME= tex-${DISTNAME}-2009.16044 5PKGNAME= tex-${DISTNAME}-2009.16044
6 6
7MAINTAINER= minskim@NetBSD.org 7MAINTAINER= minskim@NetBSD.org
8COMMENT= Translation tables for TeX 8COMMENT= Translation tables for TeX
9 9
 10CONFLICTS+= tex-bin-kpathsea-[0-9]*
 11SUPERSEDES= tex-bin-kpathsea<=2008.12897
 12
10TEX_TEXMF_DIRS+= ${PREFIX}/share/texmf 13TEX_TEXMF_DIRS+= ${PREFIX}/share/texmf
11 14
12TEXLIVE_IGNORE_PATTERNS= texmf/web2c/fmtutil.cnf \ 15TEXLIVE_IGNORE_PATTERNS= texmf/web2c/fmtutil.cnf \
13 texmf/web2c/mktex.opt \ 16 texmf/web2c/mktex.opt \
14 texmf/web2c/mktex[a-z]* \ 17 texmf/web2c/mktex[a-z]* \
15 texmf/web2c/texmf.cnf 18 texmf/web2c/texmf.cnf
16 19
17.include "../../print/texlive/package.mk" 20.include "../../print/texlive/package.mk"
18.include "../../mk/bsd.pkg.mk" 21.include "../../mk/bsd.pkg.mk"