- Allow comma-separated multiple arguments in USE_TEX like "foo:arg1,arg2".
- Add EXTRACT_DEPENDS to texlive-texmf.
This commit is contained in:
parent
57d5be5acd
commit
6caf5364a5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=392845
2 changed files with 3 additions and 3 deletions
|
@ -166,7 +166,7 @@ _VOP:= ${_U:C/^[^<>=]*//:C/\:.*$//}
|
|||
. if empty(_U:M*\:*)
|
||||
_C:= BUILD RUN
|
||||
. else
|
||||
_C:= ${_U:C/.*://}
|
||||
_C:= ${_U:C/.*://:S/,/ /g}
|
||||
. endif
|
||||
. for _CC in ${_C:tu}
|
||||
_V:=${_UU:C/[<>=][^\:]*//:C/\:.*$//}
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
PORTNAME= texlive
|
||||
PORTVERSION= 20150523
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= print
|
||||
MASTER_SITES= ftp://ftp.tug.org/historic/systems/texlive/2015/:texmf \
|
||||
LOCAL/hrs:latex
|
||||
|
@ -19,7 +19,7 @@ CONFLICTS_INSTALL= texlive-base-201[234]* \
|
|||
texlive-texmf-201[234]*
|
||||
|
||||
USES= tar:xz
|
||||
USE_TEX= base tlmgr:run texhash
|
||||
USE_TEX= base:extract,build,run tlmgr:run texhash
|
||||
TEXHASHDIRS= ${TEXMFDIR} ${TEXMFDISTDIR}
|
||||
NO_BUILD= yes
|
||||
NO_WRKSRC= yes
|
||||
|
|
Loading…
Reference in a new issue