summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorminskim <minskim@pkgsrc.org>2009-06-05 21:38:32 +0000
committerminskim <minskim@pkgsrc.org>2009-06-05 21:38:32 +0000
commit5e0a32c90aacd386ad9c27c8ba39c0ccdd204016 (patch)
treeb9ba58e22b75f4f15b7c81c998eeb1132434551e /print
parenta10579a991405121b0d1ce5dd6afacb78116dceb (diff)
downloadpkgsrc-5e0a32c90aacd386ad9c27c8ba39c0ccdd204016.tar.gz
Set TEX_TEXMF_DIRS in tex-bin-latex to update ls-R.
Bump PKGREVISION.
Diffstat (limited to 'print')
-rw-r--r--print/tex-bin-latex/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/print/tex-bin-latex/Makefile b/print/tex-bin-latex/Makefile
index 54d42af77f7..8f7aed89729 100644
--- a/print/tex-bin-latex/Makefile
+++ b/print/tex-bin-latex/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.4 2009/04/29 21:38:28 minskim Exp $
+# $NetBSD: Makefile,v 1.5 2009/06/05 21:38:32 minskim Exp $
# TeX Live Revision 12778
DISTNAME= bin-latex
PKGNAME= tex-${DISTNAME}-2008.12778
-PKGREVISION= 2
+PKGREVISION= 3
DIST_SUBDIR= ${PKGNAME_NOREV}nb1
MAINTAINER= minskim@NetBSD.org
@@ -21,6 +21,7 @@ DEPENDS+= tex-pdftex-[0-9]*:../../print/tex-pdftex
INSTALLATION_DIRS+= bin
TEX_FORMAT_NAMES+= latex
+TEX_TEXMF_DIRS+= ${PREFIX}/share/texmf
.include "../../print/texlive/module.mk"