aboutsummaryrefslogtreecommitdiff
path: root/print/tex-dvipdfmx/Makefile
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/tex-dvipdfmx/Makefile
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/tex-dvipdfmx/Makefile')
-rw-r--r--print/tex-dvipdfmx/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/print/tex-dvipdfmx/Makefile b/print/tex-dvipdfmx/Makefile
index a7f164df41c4..bd42846a282a 100644
--- a/print/tex-dvipdfmx/Makefile
+++ b/print/tex-dvipdfmx/Makefile
@@ -3,6 +3,7 @@
PORTNAME= dvipdfmx
PORTVERSION= 20120420
+PORTREVISION= 1
CATEGORIES= print
MASTER_SITES= ftp://tug.org/historic/systems/texlive/2012/
PKGNAMEPREFIX= tex-
@@ -36,9 +37,12 @@ EXTRACT_FILES= \
EXTRACT_AFTER_ARGS_TEXMF= \
| ${TAR} -xf - -C ${PREFIX}/share \
--strip-components 1 --no-same-permission --no-same-owner \
+ ${EXCLUDE_FILES_TEXMF:S,^,--exclude ${DISTNAME_TEXMF}/,} \
${EXTRACT_FILES_TEXMF:S,^,${DISTNAME_TEXMF}/,}
DISTVERSION_TEXMF= 20120701
DISTNAME_TEXMF= texlive-${DISTVERSION_TEXMF}-texmf
+EXCLUDE_FILES_TEXMF= \
+ texmf/fonts/map/dvipdfmx/updmap/kanjix.map
EXTRACT_FILES_TEXMF= \
texmf-dist/fonts/map/dvipdfm/ \
texmf/dvipdfm/config/ \