1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-01 05:45:45 +00:00

Fix CONFLICTS variable.

This commit is contained in:
Edwin Groothuis 2004-05-14 13:16:02 +00:00
parent 71161d6337
commit f4b43c46c3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=109118
2 changed files with 2 additions and 2 deletions

View File

@ -75,7 +75,7 @@ CONFLICTS= postgresql-7*
.else
PKGMESSAGE= ${FILESDIR}/pkg-message.server
PKGMSG= ${PKGMESSAGE}
CONFLICTS= postgresql-client
CONFLICTS= postgresql-client*
PLIST_SUB+= SERVER=""
INSTALL_TARGET+= install-all-headers
MAKEFILE= GNUmakefile

View File

@ -75,7 +75,7 @@ CONFLICTS= postgresql-7*
.else
PKGMESSAGE= ${FILESDIR}/pkg-message.server
PKGMSG= ${PKGMESSAGE}
CONFLICTS= postgresql-client
CONFLICTS= postgresql-client*
PLIST_SUB+= SERVER=""
INSTALL_TARGET+= install-all-headers
MAKEFILE= GNUmakefile