diff options
author | Hajimu UMEMOTO <ume@FreeBSD.org> | 2005-11-07 15:22:44 +0000 |
---|---|---|
committer | Hajimu UMEMOTO <ume@FreeBSD.org> | 2005-11-07 15:22:44 +0000 |
commit | 196ab78cdbd08800c7ecd88399827b4d9fd1d5e9 (patch) | |
tree | 5de918755e00ee5af90126cf0047f02cab0cffd9 /security | |
parent | d98ae2e8f785d4fd63199c2c4e8bfe27208a3985 (diff) | |
download | ports-196ab78cdbd08800c7ecd88399827b4d9fd1d5e9.tar.gz ports-196ab78cdbd08800c7ecd88399827b4d9fd1d5e9.zip |
install missed components.html document.
PR: ports/88596
Submitted by: skv
Notes
Notes:
svn path=/head/; revision=147506
Diffstat (limited to 'security')
-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 c7511ff4af3f..685226738d0e 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 577efc17de91..a06ffc3df8dc 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 |