diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2008-12-01 14:23:52 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2008-12-01 14:23:52 +0000 |
commit | fda38ac69b77fe8faf276222e5b7b83015b2bf50 (patch) | |
tree | 892702e945e05afe36516b207840c7742ccd6b94 /mail/mailx | |
parent | 59eab2afbe106d38bb42c291d5b6c087d5cbf553 (diff) | |
download | ports-fda38ac69b77fe8faf276222e5b7b83015b2bf50.tar.gz ports-fda38ac69b77fe8faf276222e5b7b83015b2bf50.zip |
- Add mutual conflicts to mail/heirloom-mailx and mail/mailx: both install bin/mailx
PR: 129332
Submitted by: Alexander Logvinov <ports at logvinov dot com> (maintainer of mail/heirloom-mailx)
Reported by: Evgeniy Pismenchuk <evpian at gmail dot com>
Notes
Notes:
svn path=/head/; revision=223661
Diffstat (limited to 'mail/mailx')
-rw-r--r-- | mail/mailx/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mail/mailx/Makefile b/mail/mailx/Makefile index b2a234c963a9..f01e26b2fd4b 100644 --- a/mail/mailx/Makefile +++ b/mail/mailx/Makefile @@ -7,6 +7,7 @@ PORTNAME= mailx PORTVERSION= 0.5 +PORTREVISION= 1 CATEGORIES= mail MASTER_SITES= ${MASTER_SITE_PORTS_JP} DISTFILES= mail-2.2.8.tar.gz mailx-memo-2.2.8R @@ -18,6 +19,8 @@ PATCH_DIST_STRIP= -p1 MAINTAINER= ports@FreeBSD.org COMMENT= Mail command with mailx extensions +CONFLICTS= heirloom-mailx-[0-9]* + EXTRACT_ONLY= mail-2.2.8.tar.gz WRKSRC= ${WRKDIR}/mail-2.2.8 USE_PERL5= yes |