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/texlive-infra | |
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/texlive-infra')
-rw-r--r-- | print/texlive-infra/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/print/texlive-infra/Makefile b/print/texlive-infra/Makefile index a852f0da449c..782fc625224f 100644 --- a/print/texlive-infra/Makefile +++ b/print/texlive-infra/Makefile @@ -6,6 +6,7 @@ CATEGORIES= print perl5 MASTER_SITES= ftp://tug.org/tex-archive/systems/texlive/tlnet/archive/ PKGNAMESUFFIX= -infra DISTNAME= ${PORTNAME}.infra +DIST_SUBDIR= TeX MAINTAINER= hrs@FreeBSD.org COMMENT= Basic TeXLive infrastructure |