diff options
author | jeh <jeh@FreeBSD.org> | 2000-10-26 00:56:35 +0800 |
---|---|---|
committer | jeh <jeh@FreeBSD.org> | 2000-10-26 00:56:35 +0800 |
commit | 0ecd5f3912d70c7feacabf60db210da9e3c5f45d (patch) | |
tree | a5596bc8bcf692cca4a558aa85d538f785cce0cc /security | |
parent | d03ac958bd2b28ceea0914094fb5b033f5db96d5 (diff) | |
download | freebsd-ports-gnome-0ecd5f3912d70c7feacabf60db210da9e3c5f45d.tar.gz freebsd-ports-gnome-0ecd5f3912d70c7feacabf60db210da9e3c5f45d.tar.zst freebsd-ports-gnome-0ecd5f3912d70c7feacabf60db210da9e3c5f45d.zip |
Missing /SASL at the end of the path to install Sendmail.README
Submitted by: bento
Diffstat (limited to 'security')
-rw-r--r-- | security/cyrus-sasl/Makefile | 2 | ||||
-rw-r--r-- | security/cyrus-sasl2/Makefile | 2 |
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 |