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:
parent
a04abf6d26
commit
b53bd7cb83
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user