aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCy Schubert <cy@FreeBSD.org>2022-02-06 01:08:24 +0000
committerCy Schubert <cy@FreeBSD.org>2022-02-06 01:08:24 +0000
commit7e56934afa4718ea5aaed06ef2a734f93c61bf0b (patch)
treeb04d12b75515e0a6ecb9ef1370d4f799ac324935
parenteabbd06ca6a1abe7881dd35b65cff4353db64a21 (diff)
downloadports-7e56934afa4718ea5aaed06ef2a734f93c61bf0b.tar.gz
ports-7e56934afa4718ea5aaed06ef2a734f93c61bf0b.zip
mail/nmh*: Register conflicts
Register install conflicts between the two nmh ports.
-rw-r--r--mail/nmh-devel/Makefile2
-rw-r--r--mail/nmh/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/mail/nmh-devel/Makefile b/mail/nmh-devel/Makefile
index bc8bf2c0e5f4..bf128f1d416a 100644
--- a/mail/nmh-devel/Makefile
+++ b/mail/nmh-devel/Makefile
@@ -98,7 +98,7 @@ LDFLAGS+= -g
DEBUG_FLAGS+= -O0 -Wall -Wextra -g
.endif
-CONFLICTS_INSTALL= ali ja-mh pixie p5-Dist-Joseki
+CONFLICTS_INSTALL= ali ja-mh pixie p5-Dist-Joseki nmh-1.*
pre-configure:
cd ${WRKSRC} && ./autogen.sh
diff --git a/mail/nmh/Makefile b/mail/nmh/Makefile
index c38e26d044f4..268df2193668 100644
--- a/mail/nmh/Makefile
+++ b/mail/nmh/Makefile
@@ -93,7 +93,7 @@ LDFLAGS+= -g
DEBUG_FLAGS+= -O0 -Wall -Wextra -g
.endif
-CONFLICTS_INSTALL= ali ja-mh pixie p5-Dist-Joseki
+CONFLICTS_INSTALL= ali ja-mh pixie p5-Dist-Joseki nmh-devel
post-install:
@${FIND} ${STAGEDIR}${ETCDIR} -type f -exec ${MV} {} {}-dist \;