aboutsummaryrefslogtreecommitdiff
path: root/print/texlive-full
diff options
context:
space:
mode:
authorHiroki Sato <hrs@FreeBSD.org>2013-05-22 08:26:53 +0000
committerHiroki Sato <hrs@FreeBSD.org>2013-05-22 08:26:53 +0000
commitca9b293799adfe8b3c66357d077a188fdaf953b8 (patch)
treef19bea9d91024102e097cb3920429803b32a5f03 /print/texlive-full
parent153dd8a22fdde23eca5f81d18b4705a92dab0e36 (diff)
downloadports-ca9b293799adfe8b3c66357d077a188fdaf953b8.tar.gz
ports-ca9b293799adfe8b3c66357d077a188fdaf953b8.zip
- Fix duplicated pkg-plist entries.
- Split off documentation to print/texlive-docs from print/texlive-texmf. The document part was 1.3GB (30k files). Now the size of texlive-texmf package is 557MB (this was 1.5GB before the split). - do-texhash, do-fmtutil, do-updmap targets now run after post-install.
Notes
Notes: svn path=/head/; revision=318747
Diffstat (limited to 'print/texlive-full')
-rw-r--r--print/texlive-full/Makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/print/texlive-full/Makefile b/print/texlive-full/Makefile
index 22dd6cb204aa..f22a26461c8a 100644
--- a/print/texlive-full/Makefile
+++ b/print/texlive-full/Makefile
@@ -14,6 +14,15 @@ COMMENT= TeX Live, Full Version
USE_TEX= texlive full texhash
NO_BUILD= yes
+OPTIONS_DEFINE= DOCS
+OPTIONS_DEFAULT=DOCS
+
+.include <bsd.port.options.mk>
+
+.if ${PORT_OPTIONS:MDOCS}
+USE_TEX+= docs
+.endif
+
do-install:
@${DO_NADA}