summaryrefslogtreecommitdiff
path: root/print/texlive
diff options
context:
space:
mode:
authorminskim <minskim>2010-01-28 22:37:32 +0000
committerminskim <minskim>2010-01-28 22:37:32 +0000
commit31ee98adf78ff19338e759cbb6cac1736bfc3161 (patch)
treef94170ae5c82aa41629a695698b54542d1e12d45 /print/texlive
parent68967f685226804eba4ea524af99f356a71d4c83 (diff)
downloadpkgsrc-31ee98adf78ff19338e759cbb6cac1736bfc3161.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