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/Makefile | |
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/Makefile')
-rw-r--r-- | print/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/print/Makefile b/print/Makefile index 38694d9898af..00952aec2538 100644 --- a/print/Makefile +++ b/print/Makefile @@ -303,6 +303,7 @@ SUBDIR += tex-xmltex SUBDIR += texinfo SUBDIR += texlive-base + SUBDIR += texlive-docs SUBDIR += texlive-full SUBDIR += texlive-infra SUBDIR += texlive-texmf |