summaryrefslogtreecommitdiff
path: root/security/cyrus-sasl
diff options
context:
space:
mode:
authorJames E. Housley <jeh@FreeBSD.org>2000-10-25 16:56:35 +0000
committerJames E. Housley <jeh@FreeBSD.org>2000-10-25 16:56:35 +0000
commitaeaaf7bdbcf02b6c50ed82adc1dd3f3a1d16c1c4 (patch)
tree21c08fc32d61ade954d833cd3275afb5419c9795 /security/cyrus-sasl
parentexmh has moved to SourceForge, update MASTER_SITES. (diff)
Missing /SASL at the end of the path to install Sendmail.README
Submitted by: bento
Notes
Notes: svn path=/head/; revision=34227
Diffstat (limited to 'security/cyrus-sasl')
-rw-r--r--security/cyrus-sasl/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/cyrus-sasl/Makefile b/security/cyrus-sasl/Makefile
index 1e4bcab8df83..cf06b0f6dc03 100644
--- a/security/cyrus-sasl/Makefile
+++ b/security/cyrus-sasl/Makefile
@@ -129,7 +129,7 @@ post-install:
.for file in ${DOC2}
@${INSTALL_DATA} ${WRKSRC}/doc/${file} ${PREFIX}/share/doc/SASL
.endfor
- @${INSTALL_DATA} ${FILESDIR}/Sendmail.README ${PREFIX}/share/doc
+ @${INSTALL_DATA} ${FILESDIR}/Sendmail.README ${PREFIX}/share/doc/SASL
.for file in ${HTDOCS}
@${INSTALL_DATA} ${WRKSRC}/doc/${file}.html ${PREFIX}/share/doc/SASL/html
.endfor