diff options
author | bdrewery <bdrewery@FreeBSD.org> | 2014-06-25 02:27:28 +0800 |
---|---|---|
committer | bdrewery <bdrewery@FreeBSD.org> | 2014-06-25 02:27:28 +0800 |
commit | 1db85edb68f7477842e9b089992f77bdd6ad7e58 (patch) | |
tree | 171193d58479ba443ce4ee3ec615d22c522986be /mail/qmail-mysql | |
parent | 195a3e31c84477534796c4ec7646fa35550fa8b8 (diff) | |
download | freebsd-ports-gnome-1db85edb68f7477842e9b089992f77bdd6ad7e58.tar.gz freebsd-ports-gnome-1db85edb68f7477842e9b089992f77bdd6ad7e58.tar.zst freebsd-ports-gnome-1db85edb68f7477842e9b089992f77bdd6ad7e58.zip |
Fix CONFLICTS after qmail->netqmail rename
Diffstat (limited to 'mail/qmail-mysql')
-rw-r--r-- | mail/qmail-mysql/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/qmail-mysql/Makefile b/mail/qmail-mysql/Makefile index 416414686707..d399ab09e056 100644 --- a/mail/qmail-mysql/Makefile +++ b/mail/qmail-mysql/Makefile @@ -9,7 +9,7 @@ PKGNAMESUFFIX= -mysql COMMENT= Secure, reliable, and fast MTA for UNIX systems with MySQL support -CONFLICTS= qmail-[0-9]* qmail-ldap-[0-9]* qmail-spamcontrol-[0-9]* qmail-tls-[0-9]* +CONFLICTS= *qmail-[0-9]* qmail-ldap-[0-9]* qmail-spamcontrol-[0-9]* qmail-tls-[0-9]* MYSQL_PATCH_VERSION= 1.1.15 |