diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2022-02-20 12:09:57 +0000 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2022-02-20 12:09:57 +0000 |
commit | db4e6eb33ece441b2f3d50984e4554ef201a6da4 (patch) | |
tree | 9966537933e769c772a925ced9ab9cec7d3e337b /print | |
parent | b9385345c2c92797a1e4cf647307d1edb3a8461a (diff) | |
download | ports-db4e6eb33ece441b2f3d50984e4554ef201a6da4.tar.gz ports-db4e6eb33ece441b2f3d50984e4554ef201a6da4.zip |
Diffstat (limited to 'print')
-rw-r--r-- | print/texlive-base/Makefile | 2 | ||||
-rw-r--r-- | print/texlive-tlmgr/Makefile | 2 | ||||
-rw-r--r-- | print/xpdfopen/Makefile | 2 |
3 files changed, 1 insertions, 5 deletions
diff --git a/print/texlive-base/Makefile b/print/texlive-base/Makefile index bff5fcfd6074..8a8bf81b7845 100644 --- a/print/texlive-base/Makefile +++ b/print/texlive-base/Makefile @@ -110,7 +110,7 @@ CONFIGURE_ARGS+=--with-system-$L \ MAKE_ENV= CONFIG_SITE=${CONFIG_SITE} INSTALL_TARGET= install-strip -CONFLICTS_INSTALL= detex dvi2tty ps2eps texlive-texmf +CONFLICTS_INSTALL= detex dvi2tty ps2eps BINARY_ALIAS= freetype-config=true EXTRACT_AFTER_ARGS= ${EXCLUDE_FILES:S,^,--exclude ,} diff --git a/print/texlive-tlmgr/Makefile b/print/texlive-tlmgr/Makefile index 11404621ae5c..0f2fd3ac49be 100644 --- a/print/texlive-tlmgr/Makefile +++ b/print/texlive-tlmgr/Makefile @@ -19,8 +19,6 @@ CPE_VENDOR= tug USE_PERL5= run USE_TEX= kpathsea -CONFLICTS= texlive-base-[0-9]* texlive-infra - NO_ARCH= yes NO_BUILD= yes diff --git a/print/xpdfopen/Makefile b/print/xpdfopen/Makefile index 4c43f35508bf..78e65f2e998c 100644 --- a/print/xpdfopen/Makefile +++ b/print/xpdfopen/Makefile @@ -16,8 +16,6 @@ USE_XORG= x11 xmu EXTRACT_FILES= build-aux utils/xpdfopen GNU_CONFIGURE= yes -CONFLICTS= texlive-base-* - EXTRACT_AFTER_ARGS= ${EXTRACT_FILES:S,^,${DISTNAME}/,} WRKSRC= ${WRKDIR}/${DISTNAME}/utils/xpdfopen |