aboutsummaryrefslogtreecommitdiff
path: root/print/tex-luatex
diff options
context:
space:
mode:
authorHiroki Sato <hrs@FreeBSD.org>2013-05-07 08:44:32 +0000
committerHiroki Sato <hrs@FreeBSD.org>2013-05-07 08:44:32 +0000
commit7148be76c6e9be80e8be496de0a2dd74c2cc7a5a (patch)
tree194f849467eabc11d160967c0f9d19a0683d467d /print/tex-luatex
parent6f4bb5f8df6606c43015dc2ce97bb21167008d30 (diff)
downloadports-7148be76c6e9be80e8be496de0a2dd74c2cc7a5a.tar.gz
ports-7148be76c6e9be80e8be496de0a2dd74c2cc7a5a.zip
- Separate print/tex-dvipdfmx from print/texlive-base and add libpaper
support. dvipdfmx's default paper size can be set by ${LOCALBASE}/etc/papersize and/or PAPERSIZE environment variable as other programs like print/psutils do. - Use absolute pathname in {fmtutil,texconfig,updmap}-sys programs because manually-installed and/or old TeXLive files can prevent them from working. [1] - Fix pkg-plist in print/texlive-texmf. - Remove DIST_SUBDIR from Mk/bsd.tex.mk. Reported by: bsam, Stephen Montgomery-Smith [1]
Notes
Notes: svn path=/head/; revision=317588
Diffstat (limited to 'print/tex-luatex')
-rw-r--r--print/tex-luatex/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/print/tex-luatex/Makefile b/print/tex-luatex/Makefile
index 24dc85e3c99f..5faa6a19dff9 100644
--- a/print/tex-luatex/Makefile
+++ b/print/tex-luatex/Makefile
@@ -8,6 +8,7 @@ PKGNAMEPREFIX= tex-
DISTNAME= texlive-${DISTVERSION_TEXMF}-source
DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \
${DISTNAME_TEXMF}${EXTRACT_SUFX}
+DIST_SUBDIR= TeX
EXTRACT_ONLY= texlive-${DISTVERSION_TEXMF}-source${EXTRACT_SUFX}
MAINTAINER= hrs@FreeBSD.org