diff options
author | minskim <minskim> | 2011-11-30 19:15:46 +0000 |
---|---|---|
committer | minskim <minskim> | 2011-11-30 19:15:46 +0000 |
commit | 1debc07e998d7d8655b4eb835fb4cf3a07c7d867 (patch) | |
tree | cd97f26423550fdb65e2641f7ea44a8b40c2b336 /print/texlive | |
parent | 9a423924a675ed236fd3a2c3db592c2323ee42ac (diff) | |
download | pkgsrc-1debc07e998d7d8655b4eb835fb4cf3a07c7d867.tar.gz |
Move format regeneration and font map update into texmf.mk so that
non-TexLive packages can use them.
Thanks to wiz@ for testing.
Diffstat (limited to 'print/texlive')
-rw-r--r-- | print/texlive/package.mk | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/print/texlive/package.mk b/print/texlive/package.mk index 2ba6ff0c805..e035f922b0d 100644 --- a/print/texlive/package.mk +++ b/print/texlive/package.mk @@ -1,4 +1,4 @@ -# $NetBSD: package.mk,v 1.11 2011/11/06 08:43:28 minskim Exp $ +# $NetBSD: package.mk,v 1.12 2011/11/30 19:15:46 minskim Exp $ # # This Makefile fragment is intended to be included by packages that build # TeX Live packages. @@ -134,15 +134,6 @@ _texlive-install: .if empty(TEX_TEXMF_DIRS) || ${TEX_TEXMF_DIRS} != "none" . include "../../print/kpathsea/texmf.mk" .endif -.if !empty(TEX_FORMATS) || !empty(TEX_FORMAT_NAMES) -. include "../../print/texlive-tetex/format.mk" -.endif -.if !empty(TEX_HYPHEN_DAT) || !empty(TEX_HYPHEN_DEF) -. include "../../print/texlive-tetex/hyphen.mk" -.endif -.if !empty(TEX_MAP_FILES) || !empty(TEX_MIXEDMAP_FILES) -. include "../../print/tex-tetex/map.mk" -.endif post-extract: _texlive-set-permission _texlive-info _texlive-man do-install: _texlive-install |