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 /japanese | |
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 'japanese')
-rw-r--r-- | japanese/tex-ptex/Makefile | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/japanese/tex-ptex/Makefile b/japanese/tex-ptex/Makefile index bc578179a8d1..400542699496 100644 --- a/japanese/tex-ptex/Makefile +++ b/japanese/tex-ptex/Makefile @@ -2,14 +2,14 @@ PORTNAME= ptex PORTVERSION= 3.3 -DISTVERSION= 20120701 CATEGORIES= japanese print MASTER_SITES= ftp://tug.org/historic/systems/texlive/2012/ PKGNAMEPREFIX= tex- -DISTNAME= texlive-${DISTVERSION}-source +DISTNAME= texlive-${DISTVERSION_TEXLIVE}-source DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ ${DISTNAME_TEXMF}${EXTRACT_SUFX} -EXTRACT_ONLY= texlive-${DISTVERSION}-source${EXTRACT_SUFX} +DIST_SUBDIR= TeX +EXTRACT_ONLY= texlive-${DISTVERSION_TEXLIVE}-source${EXTRACT_SUFX} MAINTAINER= hrs@FreeBSD.org COMMENT= ASCII Japanese pTeX @@ -27,7 +27,8 @@ EXTRACT_AFTER_ARGS_TEXMF= \ | ${TAR} -xf - -C ${PREFIX}/share \ --strip-components 1 --no-same-permission --no-same-owner \ ${EXTRACT_FILES_TEXMF:S,^,${DISTNAME_TEXMF}/,} -DISTNAME_TEXMF= texlive-${DISTVERSION}-texmf +DISTVERSION_TEXLIVE= 20120701 +DISTNAME_TEXMF= texlive-${DISTVERSION_TEXLIVE}-texmf EXTRACT_FILES_TEXMF= \ texmf-dist/doc/ptex \ texmf-dist/doc/platex \ @@ -96,7 +97,7 @@ pre-configure: done pre-su-install: - ${CAT} ${DISTDIR}/${DIST_SUBDIR}/texlive-${DISTVERSION}-texmf${EXTRACT_SUFX} \ + ${CAT} ${DISTDIR}/${DIST_SUBDIR}/texlive-${DISTVERSION_TEXLIVE}-texmf${EXTRACT_SUFX} \ ${EXTRACT_AFTER_ARGS_TEXMF} .include <bsd.port.mk> |