summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorminskim <minskim@pkgsrc.org>2010-10-02 21:27:50 +0000
committerminskim <minskim@pkgsrc.org>2010-10-02 21:27:50 +0000
commitf3dd34473ec538154da0bd513ab30db591df3632 (patch)
tree973790c03e119116d35b1a1dc913b302aba19ccf /print
parent83fe388e45d2ad011ae1eda3581dd4318cb28f9a (diff)
downloadpkgsrc-f3dd34473ec538154da0bd513ab30db591df3632.tar.gz
Fix TEX_TEXMF_DIRS to add files in texmf-dist to the ls-R database.
Noted by Nicolas Thauvin.
Diffstat (limited to 'print')
-rw-r--r--print/tex-dvips/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/print/tex-dvips/Makefile b/print/tex-dvips/Makefile
index 2a651423ba3..d5aad4b79d7 100644
--- a/print/tex-dvips/Makefile
+++ b/print/tex-dvips/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.5 2010/09/19 23:58:41 minskim Exp $
+# $NetBSD: Makefile,v 1.6 2010/10/02 21:27:50 minskim Exp $
DISTNAME= dvips
PKGNAME= tex-${DISTNAME}-2010
+PKGREVISION= 1
TEXLIVE_REV= 19724
MAINTAINER= minskim@NetBSD.org
@@ -10,7 +11,7 @@ COMMENT= Files for a DVI to PostScript driver
CONFLICTS+= teTeX-texmf<=3.0nb15
CONFLICTS+= tex-bin-dvipsk<=2008.12898
-TEX_TEXMF_DIRS+= ${PREFIX}/share/texmf
+TEX_TEXMF_DIRS= ${PREFIX}/share/texmf ${PREFIX}/share/texmf-dist
TEXLIVE_IGNORE_PATTERNS= texmf/dvips/base
.include "../../print/texlive/package.mk"