diff options
author | Juergen Lock <nox@FreeBSD.org> | 2009-07-22 19:05:06 +0000 |
---|---|---|
committer | Juergen Lock <nox@FreeBSD.org> | 2009-07-22 19:05:06 +0000 |
commit | c619f3502209826e9556ac21132ca45a79fd7456 (patch) | |
tree | 604767c9d35b02df5e521a5e4f8b29d798956e29 /net | |
parent | f027cc67f82fee267f5007015c0cfaebd10e7f90 (diff) | |
download | ports-c619f3502209826e9556ac21132ca45a79fd7456.tar.gz ports-c619f3502209826e9556ac21132ca45a79fd7456.zip |
Notes
Diffstat (limited to 'net')
-rw-r--r-- | net/linux-f10-openldap/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/linux-f10-openldap/Makefile b/net/linux-f10-openldap/Makefile index f7f3cabd3678..6f00ded689e6 100644 --- a/net/linux-f10-openldap/Makefile +++ b/net/linux-f10-openldap/Makefile @@ -7,6 +7,7 @@ PORTNAME= openldap PORTVERSION= 2.4.12 +PORTREVISION= 1 CATEGORIES= net linux PKGNAMEPREFIX= linux-f10- DISTNAME= ${PORTNAME}-${PORTVERSION}-${RPMVERSION} @@ -20,7 +21,7 @@ RPMVERSION= 1.fc10 USE_LDCONFIG= yes DESCR= ${.CURDIR}/../openldap24-server/pkg-descr -PLIST_FILES= usr/lib/liblber-2.4.so.2 usr/lib/liblber-2.4.so.2.2.0 usr/lib/libldap-2.4.so.2 usr/lib/libldap-2.4.so.2.2.0 usr/lib/libldap_r-2.4.so.2 usr/lib/libldap_r-2.4.so.2.2.0 +PLIST_FILES= usr/lib/liblber-2.4.so.2 usr/lib/liblber-2.4.so.2.2.0 usr/lib/libldap-2.4.so.2 usr/lib/libldap-2.4.so.2.2.0 usr/lib/libldap_r-2.4.so.2 usr/lib/libldap_r-2.4.so.2.2.0 etc/openldap DOCSDIR= usr/share/doc/${PORTNAME}-${PORTVERSION} PORTDOCS= ANNOUNCEMENT CHANGES COPYRIGHT LICENSE README MANPREFIX= ${PREFIX}/usr/share |