diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2023-11-21 17:45:12 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2023-11-21 17:45:36 +0000 |
commit | 877580d27f7260a54fb10e912821e3ac0ae837e0 (patch) | |
tree | d6df86e7baaa7c9e90dc8cac637c723dc14f2388 /mail/postfix-current | |
parent | 46de20d9e039ad2aacc3ee6d1434b9c2d604fb83 (diff) | |
download | freebsd-ports-877580d27f7260a54fb10e912821e3ac0ae837e0.zip |
mail/postfix-current: fix some PKGBASE collisions
Diffstat (limited to 'mail/postfix-current')
-rw-r--r-- | mail/postfix-current/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/mail/postfix-current/Makefile b/mail/postfix-current/Makefile index f1b63b89bea6..c57bd08d31e7 100644 --- a/mail/postfix-current/Makefile +++ b/mail/postfix-current/Makefile @@ -29,31 +29,31 @@ default_CONFLICTS_INSTALL= postfix-current-base-ldap postfix-current-base-sasl \ postfix-current-mysql postfix-current-base-mysql \ postfix-current-pgsql postfix-current-base-pgsql \ postfix-current-sqlite postfix-current-base-sqlite -ldap_PKGNAMESUFFIX= -ldap +ldap_PKGNAMESUFFIX= -current-ldap ldap_CONFLICTS_INSTALL= postfix-current postfix-current-base \ postfix-current-base-sasl postfix-current-sasl \ postfix-current-mysql postfix-current-base-mysql \ postfix-current-pgsql postfix-current-base-pgsql \ postfix-current-sqlite postfix-current-base-sqlite -mysql_PKGNAMESUFFIX= -mysql +mysql_PKGNAMESUFFIX= -current-mysql mysql_CONFLICTS_INSTALL= postfix-current postfix-current-base \ postfix-current-ldap postfix-current-base-ldap \ postfix-current-pgsql postfix-current-base-pgsql \ postfix-current-sasl postfix-current-base-sasl \ postfix-current-sqlite postfix-current-base-sqlite -pgsql_PKGNAMESUFFIX= -pgsql +pgsql_PKGNAMESUFFIX= -current-pgsql pgsql_CONFLICTS_INSTALL= postfix-current postfix-current-base \ postfix-current-ldap postfix-current-base-ldap \ postfix-current-mysql postfix-current-base-mysql \ postfix-current-sasl postfix-current-base-sasl \ postfix-current-sqlite postfix-current-base-sqlite -sasl_PKGNAMESUFFIX= -sasl +sasl_PKGNAMESUFFIX= -current-sasl sasl_CONFLICTS_INSTALL= postfix-current postfix-current-base \ postfix-current-base-ldap postfix-current-ldap \ postfix-current-mysql postfix-current-base-mysql \ postfix-current-pgsql postfix-current-base-pgsql \ postfix-current-sqlite postfix-current-base-sqlite -sqlite_PKGNAMESUFFIX= -sqlite +sqlite_PKGNAMESUFFIX= -current-sqlite sqlite_CONFLICTS_INSTALL= postfix-current postfix-current-base \ postfix-current-ldap postfix-current-base-ldap \ postfix-current-mysql postfix-current-base-mysql \ |