diff options
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 |