One of the ickiest points of multi packages is the correct handling of

package conflicts.

openldap-client -> openldapclient. This will have to do, until we have
much better package tools.
This commit is contained in:
espie 2000-10-22 18:43:58 +00:00
parent a04abf6d26
commit b53bd7cb83
3 changed files with 6 additions and 4 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.3 2000/10/22 14:03:04 espie Exp $
# $OpenBSD: Makefile,v 1.4 2000/10/22 18:43:58 espie Exp $
MULTI_PACKAGES= -client
SUBPACKAGE?=
@ -9,7 +9,7 @@ CATEGORIES= databases net
NEED_VERSION= 1.338
.if ${SUBPACKAGE} == "-client"
PKGNAME= openldap-client-${VERSION}
PKGNAME= openldapclient-${VERSION}
.else
PKGNAME= openldap-${VERSION}
.endif

View File

@ -1,4 +1,5 @@
@comment $OpenBSD: PLIST,v 1.2 2000/10/05 15:54:37 jakob Exp $
@comment $OpenBSD: PLIST,v 1.3 2000/10/22 18:43:59 espie Exp $
@pkgcfl openldapclient-*
bin/ldapadd
bin/ldapdelete
bin/ldapmodify

View File

@ -1,4 +1,5 @@
@comment $OpenBSD: PLIST-client,v 1.1.1.1 2000/10/04 21:22:25 jakob Exp $
@comment $OpenBSD: PLIST-client,v 1.2 2000/10/22 18:44:00 espie Exp $
@pkgcfl openldap-*
bin/ldapadd
bin/ldapdelete
bin/ldapmodify