c4f3b6abb3
Fix it by prefixing this port's libraries with moz, e.g. libldap -> libmozldap The include files ldap.h and lber.h have been fixed in the same way. This fix also changes the installation target from a specific mozilla directory to the standard locations. PR: ports/22721 Submitted by: "Charles N. Owens" <owensc@enc.edu>
22 lines
691 B
Plaintext
22 lines
691 B
Plaintext
mozilla/directory/etc/ldapfilter.conf
|
|
mozilla/directory/etc/ldapsearchprefs.conf
|
|
mozilla/directory/etc/ldapfriendly
|
|
mozilla/directory/etc/ldaptemplates.conf
|
|
@dirrm mozilla/directory/etc
|
|
mozilla/directory/include/disptmpl.h
|
|
mozilla/directory/include/mozlber.h
|
|
mozilla/directory/include/mozldap.h
|
|
mozilla/directory/include/srchpref.h
|
|
@dirrm mozilla/directory/include
|
|
@dirrm mozilla/directory/lib
|
|
@dirrm mozilla/directory
|
|
@dirrm mozilla
|
|
lib/libmozlber.so.1
|
|
lib/libmozlber.so
|
|
lib/libmozldap.so.1
|
|
lib/libmozldap.so
|
|
lib/libmozlber.a
|
|
lib/libmozldap.a
|
|
@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m /usr/local/lib
|
|
@unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R
|