diff options
author | nox <nox@FreeBSD.org> | 2009-07-23 03:05:06 +0800 |
---|---|---|
committer | nox <nox@FreeBSD.org> | 2009-07-23 03:05:06 +0800 |
commit | 4807e2003457461bcda57defbeaafca1e858504d (patch) | |
tree | 2a8073153c8af1057e748930186a9a9aaa8a982a /net | |
parent | 588078af5e22e2de185b3c69035d208822c988a6 (diff) | |
download | freebsd-ports-gnome-4807e2003457461bcda57defbeaafca1e858504d.tar.gz freebsd-ports-gnome-4807e2003457461bcda57defbeaafca1e858504d.tar.zst freebsd-ports-gnome-4807e2003457461bcda57defbeaafca1e858504d.zip |
Fix plist.
Submitted by: pointyhat via erwin
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 |