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-ptexenc | |
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-ptexenc')
-rw-r--r-- | print/tex-ptexenc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/print/tex-ptexenc/Makefile b/print/tex-ptexenc/Makefile index 7f33af3b0d67..a985cc2073a3 100644 --- a/print/tex-ptexenc/Makefile +++ b/print/tex-ptexenc/Makefile @@ -6,6 +6,7 @@ CATEGORIES= print MASTER_SITES= ftp://tug.org/historic/systems/texlive/2012/ PKGNAMEPREFIX= tex- DISTNAME= texlive-20120701-source +DIST_SUBDIR= TeX MAINTAINER= hrs@FreeBSD.org COMMENT= Library for Japanese pTeX and its tools |