Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 14 Sep 2023 10:00:46 GMT
From:      Juraj Lutter <otis@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 13531fca5698 - main - mail/courier: Fix build with DOCS on
Message-ID:  <202309141000.38EA0kPQ087039@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by otis:

URL: https://cgit.FreeBSD.org/ports/commit/?id=13531fca5698425ae434cb2a82700373ea4fe77d

commit 13531fca5698425ae434cb2a82700373ea4fe77d
Author:     Milan Obuch <bsd@dino.sk>
AuthorDate: 2023-09-14 09:58:57 +0000
Commit:     Juraj Lutter <otis@FreeBSD.org>
CommitDate: 2023-09-14 10:00:05 +0000

    mail/courier: Fix build with DOCS on
    
    Reported by:    poudriere
---
 mail/courier/Makefile     | 2 ++
 mail/courier/Makefile.doc | 8 ++++----
 2 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/mail/courier/Makefile b/mail/courier/Makefile
index 85742588b14b..e5988a573491 100644
--- a/mail/courier/Makefile
+++ b/mail/courier/Makefile
@@ -351,6 +351,8 @@ post-build:
 	${INSTALL} -lrs ${WRKSRC}/libs/gpglib/README.html	${WRKSRC}/libs/gpglib/README.gpglib.html
 	${INSTALL} -lrs ${WRKSRC}/libs/imap/BUGS		${WRKSRC}/libs/imap/BUGS.imap
 	${INSTALL} -lrs ${WRKSRC}/libs/imap/BUGS.html		${WRKSRC}/libs/imap/BUGS.imap.html
+	${INSTALL} -lrs ${WRKSRC}/libs/imap/README.proxy	${WRKSRC}/libs/imap/README.imap.proxy
+	${INSTALL} -lrs ${WRKSRC}/libs/imap/README.proxy.html	${WRKSRC}/libs/imap/README.imap.proxy.html
 	${INSTALL} -lrs ${WRKSRC}/libs/maildrop/README.html	${WRKSRC}/libs/maildrop/README.maildrop.html
 	${INSTALL} -lrs ${WRKSRC}/libs/pcp/README.html		${WRKSRC}/libs/pcp/README.pcp.html
 	${INSTALL} -lrs ${WRKSRC}/libs/sqwebmail/BUGS		${WRKSRC}/libs/sqwebmail/BUGS.sqwebmail
diff --git a/mail/courier/Makefile.doc b/mail/courier/Makefile.doc
index d93cdb4798c9..947fddc2f9c4 100644
--- a/mail/courier/Makefile.doc
+++ b/mail/courier/Makefile.doc
@@ -13,8 +13,8 @@ DOCS=	AUTHORS \
 	libs/maildir/README.maildirquota.txt \
 	libs/maildir/README.sharedfolders.txt \
 	libs/tcpd/README.couriertls \
-	libs/sqwebmail/BUGS.webmail \
-	libs/sqwebmail/SECURITY.webmail
+	libs/sqwebmail/BUGS.sqwebmail \
+	libs/sqwebmail/SECURITY.sqwebmail
 
 HTMLDOCS=NEWS.html \
 	libs/gpglib/README.gpglib.html \
@@ -25,5 +25,5 @@ HTMLDOCS=NEWS.html \
 	libs/maildir/README.sharedfolders.html \
 	libs/maildrop/README.maildrop.html \
 	libs/pcp/README.pcp.html \
-	libs/sqwebmail/BUGS.webmail.html \
-	libs/sqwebmail/SECURITY.webmail.html
+	libs/sqwebmail/BUGS.sqwebmail.html \
+	libs/sqwebmail/SECURITY.sqwebmail.html



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202309141000.38EA0kPQ087039>