diff options
author | Stefan Eßer <se@FreeBSD.org> | 2021-10-14 12:24:05 +0200 |
---|---|---|
committer | Stefan Eßer <se@FreeBSD.org> | 2021-10-14 12:24:24 +0200 |
commit | 22ba17b97f5481936f47b74fe0b93a279834f813 (patch) | |
tree | 5a5d7570d91b7db58b4555de7bd7268b31602b5c /print | |
parent | print/texlive-tlmgr: Add CPE information (diff) |
print/texlive-texmf: Add CPE information
Approved by: portmgr (blanket)
Diffstat (limited to 'print')
-rw-r--r-- | print/texlive-texmf/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/print/texlive-texmf/Makefile b/print/texlive-texmf/Makefile index 2f7be28be703..fd25755e67ee 100644 --- a/print/texlive-texmf/Makefile +++ b/print/texlive-texmf/Makefile @@ -16,7 +16,8 @@ COMMENT= TeX Live Typesetting System, texmf Tree CONFLICTS_INSTALL= texlive-base-201[234]* \ texlive-texmf-201[234]* -USES= python:run shebangfix tar:xz +USES= cpe python:run shebangfix tar:xz +CPE_VENDOR= tug USE_TEX= basic:extract base tlmgr:run texhash TEXHASHDIRS= ${TEXMFDIR} ${TEXMFDISTDIR} NO_BUILD= yes |