summaryrefslogtreecommitdiff
path: root/print/tex-kpathsea-doc/Makefile
diff options
context:
space:
mode:
authorminskim <minskim>2013-11-17 17:12:19 +0000
committerminskim <minskim>2013-11-17 17:12:19 +0000
commit1e0f1ec5bab0c4da0d055a0fb4cf0752e59c5179 (patch)
treea44fa72f1e1d8739d0c45dcc3ae3b02577841829 /print/tex-kpathsea-doc/Makefile
parent28ab16062a13587c3235c5abe5b62b42de1d423b (diff)
downloadpkgsrc-1e0f1ec5bab0c4da0d055a0fb4cf0752e59c5179.tar.gz
Update tex-kpathsea{,-doc} to 2013
- Files in share/texmf have been moved to share/texmf-dist.
Diffstat (limited to 'print/tex-kpathsea-doc/Makefile')
-rw-r--r--print/tex-kpathsea-doc/Makefile18
1 files changed, 8 insertions, 10 deletions
diff --git a/print/tex-kpathsea-doc/Makefile b/print/tex-kpathsea-doc/Makefile
index 5bc0bf4428e..3bf34925d7d 100644
--- a/print/tex-kpathsea-doc/Makefile
+++ b/print/tex-kpathsea-doc/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.11 2012/10/13 22:50:06 minskim Exp $
+# $NetBSD: Makefile,v 1.12 2013/11/17 17:12:19 minskim Exp $
DISTNAME= kpathsea.doc
-PKGNAME= tex-${DISTNAME:S/./-/}-2012
-TEXLIVE_REV= 27341
+PKGNAME= tex-${DISTNAME:S/./-/}-2013
+TEXLIVE_REV= 30947
MAINTAINER= minskim@NetBSD.org
COMMENT= Documentation for tex-kpathsea
@@ -12,13 +12,11 @@ CONFLICTS+= texlive-tetex<=2011nb1
INFO_FILES= yes
-TEX_TEXMF_DIRS+= ${PREFIX}/share/texmf
-
-TEXLIVE_IGNORE_PATTERNS= texmf/doc/info/[kw]* \
- texmf/doc/man/man1/k* \
- texmf/doc/man/man1/mko* \
- texmf/doc/man/man1/mktex[l-z]* \
- texmf/doc/man/man1/t*
+TEXLIVE_IGNORE_PATTERNS= texmf-dist/doc/info/[kw]* \
+ texmf-dist/doc/man/man1/k* \
+ texmf-dist/doc/man/man1/mko* \
+ texmf-dist/doc/man/man1/mktex[l-z]* \
+ texmf-dist/doc/man/man1/t*
.include "../../print/texlive/package.mk"
.include "../../mk/bsd.pkg.mk"