diff options
author | ume <ume@FreeBSD.org> | 2005-11-07 23:22:44 +0800 |
---|---|---|
committer | ume <ume@FreeBSD.org> | 2005-11-07 23:22:44 +0800 |
commit | c03b9b4f55c559fd9ce476cfa69fd0833af37c86 (patch) | |
tree | d6a6b5bddd42e7184edf54d7251124e76e72d734 /security/cyrus-sasl2 | |
parent | 3bc1ca072781af4c1938073d00f6beb5b3b1158d (diff) | |
download | freebsd-ports-graphics-c03b9b4f55c559fd9ce476cfa69fd0833af37c86.tar.gz freebsd-ports-graphics-c03b9b4f55c559fd9ce476cfa69fd0833af37c86.tar.zst freebsd-ports-graphics-c03b9b4f55c559fd9ce476cfa69fd0833af37c86.zip |
install missed components.html document.
PR: ports/88596
Submitted by: skv
Diffstat (limited to 'security/cyrus-sasl2')
-rw-r--r-- | security/cyrus-sasl2/Makefile | 7 | ||||
-rw-r--r-- | security/cyrus-sasl2/pkg-plist | 1 |
2 files changed, 5 insertions, 3 deletions
diff --git a/security/cyrus-sasl2/Makefile b/security/cyrus-sasl2/Makefile index c7511ff4af3..685226738d0 100644 --- a/security/cyrus-sasl2/Makefile +++ b/security/cyrus-sasl2/Makefile @@ -7,7 +7,7 @@ PORTNAME= cyrus-sasl PORTVERSION= 2.1.21 -#PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= security ipv6 MASTER_SITES= ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/%SUBDIR%/ \ ftp://ftp.westbend.net/pub/cyrus-mail/%SUBDIR%/ \ @@ -213,8 +213,9 @@ DOC2= ONEWS TODO draft-burdis-cat-srp-sasl-xx.txt \ rfc2444.txt rfc2595.txt rfc2831.txt rfc2945.txt rfc3174.txt \ server-plugin-flow.fig testing.txt -HTDOCS= advanced appconvert gssapi index install macosx mechanisms \ - options plugprog programming readme sysadmin upgrading windows +HTDOCS= advanced appconvert components gssapi index install macosx \ + mechanisms options plugprog programming readme sysadmin upgrading \ + windows PLIST_SUB= PREFIX=${PREFIX} \ LOGIN=${LOGIN} \ diff --git a/security/cyrus-sasl2/pkg-plist b/security/cyrus-sasl2/pkg-plist index 577efc17de9..a06ffc3df8d 100644 --- a/security/cyrus-sasl2/pkg-plist +++ b/security/cyrus-sasl2/pkg-plist @@ -80,6 +80,7 @@ sbin/saslpasswd2 %%PORTDOCS%%%%DOCSDIR%%/testing.txt %%PORTDOCS%%%%DOCSDIR%%/html/advanced.html %%PORTDOCS%%%%DOCSDIR%%/html/appconvert.html +%%PORTDOCS%%%%DOCSDIR%%/html/components.html %%PORTDOCS%%%%DOCSDIR%%/html/gssapi.html %%PORTDOCS%%%%DOCSDIR%%/html/index.html %%PORTDOCS%%%%DOCSDIR%%/html/install.html |