From 861283c870152f8751633edad7f2c4eaf5d42981 Mon Sep 17 00:00:00 2001 From: hrs Date: Tue, 7 May 2013 08:44:32 +0000 Subject: - 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] --- print/tex-luatex/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'print/tex-luatex') 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 -- cgit