diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-29 21:25:30 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-29 21:25:30 +0000 |
commit | 037a3b5bf96e407a2da867ec3e413bcecd2519ab (patch) | |
tree | afcff3c410991c9dc05c76d815c0d7e11f81b352 /print/tex-jadetex | |
parent | 3e6b9b30e3961eea549df0fdec277cfbb402f3fa (diff) |
Remove the final usages of USE_XZ from the tree, and replace them with
USES=tar:xz.
Approved by: portmgr (most of them)
Notes
Notes:
svn path=/head/; revision=363395
Diffstat (limited to 'print/tex-jadetex')
-rw-r--r-- | print/tex-jadetex/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/print/tex-jadetex/Makefile b/print/tex-jadetex/Makefile index c0aa41fd267f..b4235122a26f 100644 --- a/print/tex-jadetex/Makefile +++ b/print/tex-jadetex/Makefile @@ -13,7 +13,7 @@ EXTRACT_ONLY= MAINTAINER= hrs@FreeBSD.org COMMENT= TeX backend for Jade, DSSSL processor for SGML/XML documents -USE_XZ= yes +USES= tar:xz USE_TEX= texlive texmf pdftex xmltex fmtutil TEXHASHDIRS= ${TEXMFDISTDIR} EXTRACT_AFTER_ARGS=| ${TAR} -xf - -C ${STAGEDIR}${PREFIX}/share \ |