diff options
author | Juergen Lock <nox@FreeBSD.org> | 2010-09-13 18:46:44 +0000 |
---|---|---|
committer | Juergen Lock <nox@FreeBSD.org> | 2010-09-13 18:46:44 +0000 |
commit | f256b39a5c2b02819f7409145086012d54c2b7ba (patch) | |
tree | c71a2a98beeb6e8f4fdc10645120faf9eb4c8b82 /security | |
parent | c1b2bb31a3e577dac3dd0def9e834e20f0077ecf (diff) | |
download | ports-f256b39a5c2b02819f7409145086012d54c2b7ba.tar.gz ports-f256b39a5c2b02819f7409145086012d54c2b7ba.zip |
Notes
Diffstat (limited to 'security')
-rw-r--r-- | security/linux-f10-cyrus-sasl2/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/security/linux-f10-cyrus-sasl2/Makefile b/security/linux-f10-cyrus-sasl2/Makefile index 5637db549b2f..1ed7bc45e30e 100644 --- a/security/linux-f10-cyrus-sasl2/Makefile +++ b/security/linux-f10-cyrus-sasl2/Makefile @@ -7,6 +7,7 @@ PORTNAME= cyrus-sasl2 PORTVERSION= 2.1.22 +PORTREVISION= 1 CATEGORIES= security linux PKGNAMEPREFIX= linux-f10- DISTNAME= cyrus-sasl-lib-${PORTVERSION}-${RPMVERSION} @@ -25,6 +26,7 @@ DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr PLIST_DIRS= etc/sasl2 usr/lib/sasl2 PLIST_FILES= usr/lib/libsasl2.so.2 usr/lib/libsasl2.so.2.0.22 usr/lib/sasl2/libanonymous.so usr/lib/sasl2/libanonymous.so.2 usr/lib/sasl2/libanonymous.so.2.0.22 usr/lib/sasl2/libsasldb.so usr/lib/sasl2/libsasldb.so.2 usr/lib/sasl2/libsasldb.so.2.0.22 usr/sbin/sasldblistusers2 usr/sbin/saslpasswd2 +PLIST_FILES+= "@exec mkdir -p %D/etc/sasl2" DOCSDIR= usr/share/doc/cyrus-sasl-lib-${PORTVERSION} PORTDOCS= AUTHORS COPYING NEWS README advanced.html appconvert.html components.html gssapi.html index.html install.html macosx.html mechanisms.html options.html plugprog.html programming.html readme.html sysadmin.html upgrading.html windows.html |