Skip to content

Commit

Permalink
mail/courier: Fix build with DOCS on
Browse files Browse the repository at this point in the history
Reported by:	poudriere
  • Loading branch information
dino1sk authored and jurajlutter committed Sep 14, 2023
1 parent 34f5842 commit 13531fc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions mail/courier/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
8 changes: 4 additions & 4 deletions mail/courier/Makefile.doc
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand All @@ -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

0 comments on commit 13531fc

Please sign in to comment.