diff options
author | bapt <bapt@FreeBSD.org> | 2013-11-07 01:52:42 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-11-07 01:52:42 +0800 |
commit | 9a86e8b0151f8b18cdc15ff5a281f45d3b061c31 (patch) | |
tree | e7bb3d0852d71595e6137491b4edcac6edce1a8b /mail | |
parent | 865c8ee17104a5b80edc5ab8d0a2052118dadeea (diff) | |
download | freebsd-ports-gnome-9a86e8b0151f8b18cdc15ff5a281f45d3b061c31.tar.gz freebsd-ports-gnome-9a86e8b0151f8b18cdc15ff5a281f45d3b061c31.tar.zst freebsd-ports-gnome-9a86e8b0151f8b18cdc15ff5a281f45d3b061c31.zip |
Fix pkg name collisions
With hat: portmgr
Diffstat (limited to 'mail')
-rw-r--r-- | mail/dbmail/Makefile | 2 | ||||
-rw-r--r-- | mail/dbmail22/Makefile | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/mail/dbmail/Makefile b/mail/dbmail/Makefile index 608dac8af78e..8b2459754b6b 100644 --- a/mail/dbmail/Makefile +++ b/mail/dbmail/Makefile @@ -20,7 +20,7 @@ BUILD_DEPENDS+= asciidoc:${PORTSDIR}/textproc/asciidoc \ xmlto:${PORTSDIR}/textproc/xmlto \ ${LOCALBASE}/share/sgml/docbook/4.5/docbookx.dtd:${PORTSDIR}/textproc/docbook-450 -CONFLICTS= dbmail-2.* +CONFLICTS= dbmail-2.* dbmail22-* OPTIONS_DEFINE= DOCS LDAP SIEVE THREADS OPTIONS_DEFAULT= THREADS diff --git a/mail/dbmail22/Makefile b/mail/dbmail22/Makefile index e56720b64b0b..ec3d4ddd42ef 100644 --- a/mail/dbmail22/Makefile +++ b/mail/dbmail22/Makefile @@ -5,6 +5,7 @@ PORTNAME= dbmail PORTVERSION= 2.2.18 CATEGORIES= mail MASTER_SITES= http://www.dbmail.org/download/2.2/ +PKGNAMESUFFIX= 22 MAINTAINER= ahicks@p-o.co.uk COMMENT= SQL database-based mail system (POP3 and IMAP) |