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/cyrus-sasl2/Makefile | |
parent | d98ae2e8f785d4fd63199c2c4e8bfe27208a3985 (diff) | |
download | ports-196ab78cdbd08800c7ecd88399827b4d9fd1d5e9.tar.gz ports-196ab78cdbd08800c7ecd88399827b4d9fd1d5e9.zip |
Notes
Diffstat (limited to 'security/cyrus-sasl2/Makefile')
-rw-r--r-- | security/cyrus-sasl2/Makefile | 7 |
1 files changed, 4 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} \ |