aboutsummaryrefslogtreecommitdiffstats
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
parente963419da1bed0529721cb2e3242019eb9675873 (diff)
Missing /SASL at the end of the path to install Sendmail.README
Submitted by: bento
-rw-r--r--security/cyrus-sasl/Makefile2
-rw-r--r--security/cyrus-sasl2/Makefile2
2 files changed, 2 insertions, 2 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
diff --git a/security/cyrus-sasl2/Makefile b/security/cyrus-sasl2/Makefile
index 1e4bcab8df83..cf06b0f6dc03 100644
--- a/security/cyrus-sasl2/Makefile
+++ b/security/cyrus-sasl2/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