aboutsummaryrefslogtreecommitdiff
path: root/mail/nmh/Makefile
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 /mail/nmh/Makefile
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 'mail/nmh/Makefile')
-rw-r--r--mail/nmh/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/nmh/Makefile b/mail/nmh/Makefile
index 7c3a6d544e5b..acb4a44f67a6 100644
--- a/mail/nmh/Makefile
+++ b/mail/nmh/Makefile
@@ -93,7 +93,7 @@ LDFLAGS+= -g
DEBUG_FLAGS+= -O0 -Wall -Wextra -g
.endif
-CONFLICTS_INSTALL= ja-mh-[0-9]* pixie-* p5-Dist-Joseki-*
+CONFLICTS_INSTALL= ja-mh pixie p5-Dist-Joseki
post-install:
@${FIND} ${STAGEDIR}${ETCDIR} -type f -exec ${MV} {} {}-dist \;