diff options
author | jeh <jeh@FreeBSD.org> | 2000-10-25 16:56:35 +0000 |
---|---|---|
committer | jeh <jeh@FreeBSD.org> | 2000-10-25 16:56:35 +0000 |
commit | 0ecd5f3912d70c7feacabf60db210da9e3c5f45d (patch) | |
tree | a5596bc8bcf692cca4a558aa85d538f785cce0cc /security/cyrus-sasl2/Makefile | |
parent | d03ac958bd2b28ceea0914094fb5b033f5db96d5 (diff) | |
download | FreeBSD-ports-0ecd5f3912d70c7feacabf60db210da9e3c5f45d.zip FreeBSD-ports-0ecd5f3912d70c7feacabf60db210da9e3c5f45d.tar.gz |
Missing /SASL at the end of the path to install Sendmail.README
Submitted by: bento
Diffstat (limited to 'security/cyrus-sasl2/Makefile')
-rw-r--r-- | security/cyrus-sasl2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/cyrus-sasl2/Makefile b/security/cyrus-sasl2/Makefile index 1e4bcab..cf06b0f 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 |