diff options
author | nox <nox@FreeBSD.org> | 2010-09-14 02:46:44 +0800 |
---|---|---|
committer | nox <nox@FreeBSD.org> | 2010-09-14 02:46:44 +0800 |
commit | 3288794674049e82241e58c6a59a2d8d49475244 (patch) | |
tree | e88525a113e8df63cbfe1c17ca588183c273b064 /security | |
parent | 0057583a379bb51d46cd24da3fb8055c7ee4c093 (diff) | |
download | freebsd-ports-gnome-3288794674049e82241e58c6a59a2d8d49475244.tar.gz freebsd-ports-gnome-3288794674049e82241e58c6a59a2d8d49475244.tar.zst freebsd-ports-gnome-3288794674049e82241e58c6a59a2d8d49475244.zip |
- Small plist fix (empty dir)
PR: ports/150133 (related to)
Submitted by: Marin ROCHE <krnkktz@gmail.com>
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 |