1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00

Correct misspelt exim-postgresql conflict.

PR:		ports/57963
Reported by:	Christian Ullrich <chris@chrullrich.de>
This commit is contained in:
Sheldon Hearn 2003-10-14 12:44:55 +00:00
parent a0fb8fb008
commit b6ba4e4d61
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=91187

View File

@ -25,7 +25,7 @@ COMMENT= High performance MTA for Unix systems on the Internet
.if defined(PKGNAMESUFFIX)
CONFLICTS+= ${PKGNAMEPREFIX}${PORTNAME}-4*
.endif
.for suffix in -ldap2 -mysql -postgesql
.for suffix in -ldap2 -mysql -postgresql
.if !defined(PKGNAMESUFFIX) || ${PKGNAMESUFFIX} != ${suffix}
CONFLICTS+= ${PKGNAMEPREFIX}${PORTNAME}${suffix}*
.endif