summaryrefslogtreecommitdiff
path: root/print/texlive
diff options
context:
space:
mode:
authorminskim <minskim@pkgsrc.org>2010-01-28 22:37:32 +0000
committerminskim <minskim@pkgsrc.org>2010-01-28 22:37:32 +0000
commit115c71a597336a7bf3d68b2fda85467bcc820754 (patch)
treef94170ae5c82aa41629a695698b54542d1e12d45 /print/texlive
parentac44eba6aee713a8b43fe4b76f010dd5a164c55f (diff)
downloadpkgsrc-115c71a597336a7bf3d68b2fda85467bcc820754.tar.gz
Use texmf.mk to rebuild ls-R for ${VARBASE}/lib/texmf.
Diffstat (limited to 'print/texlive')
-rw-r--r--print/texlive/module.mk8
1 files changed, 4 insertions, 4 deletions
diff --git a/print/texlive/module.mk b/print/texlive/module.mk
index 325eec47b16..b4cab2b892f 100644
--- a/print/texlive/module.mk
+++ b/print/texlive/module.mk
@@ -1,4 +1,4 @@
-# $NetBSD: module.mk,v 1.8 2009/08/08 11:05:35 minskim Exp $
+# $NetBSD: module.mk,v 1.9 2010/01/28 22:37:32 minskim Exp $
#
# This Makefile fragment is inteded to be included by packages that build
# TeX Live 2008 packages.
@@ -91,12 +91,12 @@ _texlive-install:
done; \
fi
-.if empty(TEX_TEXMF_DIRS) || ${TEX_TEXMF_DIRS} != "none"
-.include "../../print/kpathsea/texmf.mk"
-.endif
.if !empty(TEX_FORMAT_NAMES)
. include "../../print/texlive-tetex/format.mk"
.endif
+.if empty(TEX_TEXMF_DIRS) || ${TEX_TEXMF_DIRS} != "none"
+.include "../../print/kpathsea/texmf.mk"
+.endif
.if !empty(TEX_HYPHEN_DAT) || !empty(TEX_HYPHEN_DEF)
. include "../../print/texlive-tetex/hyphen.mk"
.endif