diff options
author | hrs <hrs@FreeBSD.org> | 2013-05-07 16:44:32 +0800 |
---|---|---|
committer | hrs <hrs@FreeBSD.org> | 2013-05-07 16:44:32 +0800 |
commit | 861283c870152f8751633edad7f2c4eaf5d42981 (patch) | |
tree | 194f849467eabc11d160967c0f9d19a0683d467d /print/tex-luatex | |
parent | 3a6dc725ca1faf0ff9b9fc3271320d4d363fb978 (diff) | |
download | freebsd-ports-gnome-861283c870152f8751633edad7f2c4eaf5d42981.tar.gz freebsd-ports-gnome-861283c870152f8751633edad7f2c4eaf5d42981.tar.zst freebsd-ports-gnome-861283c870152f8751633edad7f2c4eaf5d42981.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]
Diffstat (limited to 'print/tex-luatex')
-rw-r--r-- | print/tex-luatex/Makefile | 1 |
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 |