diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-06-27 23:42:15 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-06-27 23:42:15 +0000 |
commit | 1014e4aa7411066bdf4acd41ab8175eb4502ab4c (patch) | |
tree | def1adf8fc878340fb956edf3a86685c5e981c93 /print/tex-formats | |
parent | 6af1f301ce94328b25af00b527efd38ab8368738 (diff) | |
download | ports-1014e4aa7411066bdf4acd41ab8175eb4502ab4c.tar.gz ports-1014e4aa7411066bdf4acd41ab8175eb4502ab4c.zip |
Notes
Diffstat (limited to 'print/tex-formats')
-rw-r--r-- | print/tex-formats/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/print/tex-formats/Makefile b/print/tex-formats/Makefile index 10d336d2697b..91b046524e97 100644 --- a/print/tex-formats/Makefile +++ b/print/tex-formats/Makefile @@ -13,13 +13,11 @@ MAINTAINER= hrs@FreeBSD.org COMMENT= Formats for Basic TeX Engines NO_BUILD= yes +NO_INSTALL= yes + USE_TEX= texlive web2c kpathsea texmf texhash fmtutil TEXHASHDIRS= ${TEXMFVARDIR} TEX_FORMATS= amstex context cslatex eplain latex-bin \ metafont mex mltex mptopdf pdftex tex texsis -NO_STAGE= yes -do-install: - @${DO_NADA} - .include <bsd.port.mk> |