summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorwennmach <wennmach@pkgsrc.org>2001-04-12 07:56:57 +0000
committerwennmach <wennmach@pkgsrc.org>2001-04-12 07:56:57 +0000
commit6568bc734e211ec8b2dfefca26a57bc3113db133 (patch)
tree96962c8fb946bc28314d595c6685b58b05df85bb /mail
parent6ef425cc65ce5a4d0be8534659f8076613634fdb (diff)
downloadpkgsrc-6568bc734e211ec8b2dfefca26a57bc3113db133.tar.gz
Add a CONFLICTS entry for ja-mh6-*
Found by pkgconflict.
Diffstat (limited to 'mail')
-rw-r--r--mail/nmh/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/nmh/Makefile b/mail/nmh/Makefile
index f00f444414a..641ac624d7c 100644
--- a/mail/nmh/Makefile
+++ b/mail/nmh/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.40 2001/03/04 03:26:50 assar Exp $
+# $NetBSD: Makefile,v 1.41 2001/04/12 07:56:57 wennmach Exp $
# FreeBSD Id: Makefile,v 1.2 1997/08/04 06:51:28 markm Exp
#
@@ -12,6 +12,7 @@ HOMEPAGE= http://www.mhost.com/nmh/
COMMENT= Cleaned up MH mailer suite
CONFLICTS= ja-mh-*
+CONFLICTS+= ja-mh6-*
# We choose DOT_LOCKING in our patches because ".lock" files are
# the most common locking mechanism supported by mail software.