diff options
| author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2022-02-19 16:15:02 -0600 |
|---|---|---|
| committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2022-02-19 16:42:35 -0600 |
| commit | 9eae55747b4f9db9ded77fca6a137babef234b82 (patch) | |
| tree | ce58698007c23d7154ef36077be6beb8007626f5 | |
| parent | print/tex-basic-engines: Fix web2c dependency (diff) | |
print/texlive-texmf: Remove CONFLICTS
- Remove reference to old latex-base DIST
PR: 262052
Reported by: alt2600@icloud.com
| -rw-r--r-- | print/texlive-texmf/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/print/texlive-texmf/Makefile b/print/texlive-texmf/Makefile index 4e4afb536016..8fd8d0143dca 100644 --- a/print/texlive-texmf/Makefile +++ b/print/texlive-texmf/Makefile @@ -5,7 +5,7 @@ MASTER_SITES= TEX_CTAN/systems/texlive/${TEXLIVE_YEAR}/ PKGNAMESUFFIX= -texmf DISTFILES= ${PORTNAME}-${PORTVERSION}${PKGNAMESUFFIX}${EXTRACT_SUFX} DIST_SUBDIR= TeX -EXTRACT_ONLY= latex-base-20150101.2${EXTRACT_SUFX} +EXTRACT_ONLY= MAINTAINER= tex@FreeBSD.org COMMENT= TeX Live Typesetting System, texmf Tree @@ -14,8 +14,6 @@ USES= cpe python:run shebangfix tar:xz CPE_VENDOR= tug USE_TEX= base basic:extract texhash tlmgr:run -CONFLICTS_INSTALL= texlive-base-202[0-9]* texlive-texmf-202[0-9]* - EXTRACT_AFTER_ARGS= | ${TAR} xf - \ ${EXCLUDE_FILES:S,^,--exclude ${PORTNAME}-${PORTVERSION}${PKGNAMESUFFIX}/,} NO_ARCH= yes |
