aboutsummaryrefslogtreecommitdiff
path: root/misc/mc
diff options
context:
space:
mode:
authorStefan Eßer <se@FreeBSD.org>2021-11-23 22:11:40 +0000
committerStefan Eßer <se@FreeBSD.org>2021-11-23 22:11:40 +0000
commit5933ac0b099d61d98eb531d373cf57a8927bc7af (patch)
treefc0ebf2ac7225dec2aa7f2a7b0efbb91919c1030 /misc/mc
parente2521329169c2867009b66984bc2988c9631f00f (diff)
downloadports-5933ac0b099d61d98eb531d373cf57a8927bc7af.tar.gz
ports-5933ac0b099d61d98eb531d373cf57a8927bc7af.zip
*/*: Remove redundant '-[0-9]*' from CONFLICTS_INSTALL
The conflict checks compare the patterns first against the package names without version (as reported by "pkg query "%n"), then - if there was no match - agsinst the full package names including the version (as reported by "pkg query "%n-%v"). Approved by: portmgr (blanket)
Diffstat (limited to 'misc/mc')
-rw-r--r--misc/mc/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/mc/Makefile b/misc/mc/Makefile
index 2d9c4925de6e..edf47cc0dba7 100644
--- a/misc/mc/Makefile
+++ b/misc/mc/Makefile
@@ -77,8 +77,8 @@ SUBSHELL_SUB_FILES= pkg-message
X11_CONFIGURE_WITH= x
X11_USES= xorg
X11_USE= xorg=x11,xext
-X11_VARS= CONFLICTS_INSTALL+="mc-nox11-[0-9]*"
-X11_VARS_OFF= CONFLICTS_INSTALL+="mc-[0-9]*"
+X11_VARS= CONFLICTS_INSTALL+="mc-nox11"
+X11_VARS_OFF= CONFLICTS_INSTALL+="mc"
post-patch:
@${REINPLACE_CMD} -e 's|clang||' ${WRKSRC}/configure