diff options
author | hrs <hrs@FreeBSD.org> | 2013-05-22 16:26:53 +0800 |
---|---|---|
committer | hrs <hrs@FreeBSD.org> | 2013-05-22 16:26:53 +0800 |
commit | 8ed0f4b25845edbdd4e8eeb696cff6e5f1c0cf5d (patch) | |
tree | f19bea9d91024102e097cb3920429803b32a5f03 /print/texlive-full | |
parent | 3a9f13cb0d2f4e8b1056dc3d999d571753988118 (diff) | |
download | freebsd-ports-gnome-8ed0f4b25845edbdd4e8eeb696cff6e5f1c0cf5d.tar.gz freebsd-ports-gnome-8ed0f4b25845edbdd4e8eeb696cff6e5f1c0cf5d.tar.zst freebsd-ports-gnome-8ed0f4b25845edbdd4e8eeb696cff6e5f1c0cf5d.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.
Diffstat (limited to 'print/texlive-full')
-rw-r--r-- | print/texlive-full/Makefile | 9 |
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} |