summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwiz <wiz>2002-05-26 10:42:39 +0000
committerwiz <wiz>2002-05-26 10:42:39 +0000
commit879d21e2152e77486a8f9c7ca2315d6d81fc189b (patch)
treea841d0d2b3044e3dc4f87db79e82f326b9e1f275
parent5cf33c291be08644667873363497da6b9d1f1eaf (diff)
downloadpkgsrc-879d21e2152e77486a8f9c7ca2315d6d81fc189b.tar.gz
Rename metamail package from 'mm' to 'metamail'. Closes pkg/17030.
-rw-r--r--mail/elm/Makefile4
-rw-r--r--mail/exmh/Makefile4
-rw-r--r--mail/metamail/Makefile6
3 files changed, 7 insertions, 7 deletions
diff --git a/mail/elm/Makefile b/mail/elm/Makefile
index 37d0ba47840..7b030541b50 100644
--- a/mail/elm/Makefile
+++ b/mail/elm/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2001/09/27 23:18:20 jlam Exp $
+# $NetBSD: Makefile,v 1.21 2002/05/26 10:42:39 wiz Exp $
DISTNAME= elm2.5.5
PKGNAME= elm-2.5.5
@@ -9,7 +9,7 @@ MAINTAINER= packages@netbsd.org
HOMEPAGE= http://www.instinct.org/elm/
COMMENT= ELM Mail User Agent (without ME extensions)
-CONFLICTS+= mm-[0-9]*
+CONFLICTS+= mm-[0-9]* metamail-[0-9]*
CONFLICTS+= elm-me-[0-9]*
HAS_CONFIGURE= YES
diff --git a/mail/exmh/Makefile b/mail/exmh/Makefile
index e79c87cc489..14ec8a100e9 100644
--- a/mail/exmh/Makefile
+++ b/mail/exmh/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.28 2001/10/26 11:46:54 agc Exp $
+# $NetBSD: Makefile,v 1.29 2002/05/26 10:42:40 wiz Exp $
# FreeBSD Id: Makefile,v 1.25 1998/02/15 05:36:54 peter Exp
#
@@ -12,7 +12,7 @@ COMMENT= X11/TK based mail reader front end to MH
DEPENDS+= tk>=8.3.2:../../x11/tk
DEPENDS+= nmh>=1.0:../../mail/nmh
-DEPENDS+= mm>=2.7:../../mail/metamail
+DEPENDS+= metamail>=2.7:../../mail/metamail
.include "../../mk/bsd.prefs.mk"
diff --git a/mail/metamail/Makefile b/mail/metamail/Makefile
index dba89a271f4..14ba1ad0439 100644
--- a/mail/metamail/Makefile
+++ b/mail/metamail/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.13 2001/08/29 22:41:20 jlam Exp $
+# $NetBSD: Makefile,v 1.14 2002/05/26 10:42:41 wiz Exp $
DISTNAME= mm2.7
-PKGNAME= mm-2.7
+PKGNAME= metamail-2.7
CATEGORIES= mail
MASTER_SITES= ftp://thumper.bellcore.com/pub/nsb/
EXTRACT_SUFX= .tar.Z
@@ -9,7 +9,7 @@ EXTRACT_SUFX= .tar.Z
MAINTAINER= packages@netbsd.org
COMMENT= Implementation of MIME, the Multipurpose Internet Mail Extensions
-CONFLICTS+= elm>=2.5.5
+CONFLICTS+= elm>=2.5.5 mm-2.7
WRKSRC= ${WRKDIR}/${DISTNAME}/src
USE_BUILDLINK_ONLY= YES