svn commit: r492994 - head/mail/exim-doc-html

Vsevolod Stakhov vsevolod at FreeBSD.org
Fri Feb 15 13:00:12 UTC 2019


Author: vsevolod
Date: Fri Feb 15 13:00:11 2019
New Revision: 492994
URL: https://svnweb.freebsd.org/changeset/ports/492994

Log:
  - Fix build

Modified:
  head/mail/exim-doc-html/Makefile

Modified: head/mail/exim-doc-html/Makefile
==============================================================================
--- head/mail/exim-doc-html/Makefile	Fri Feb 15 12:04:50 2019	(r492993)
+++ head/mail/exim-doc-html/Makefile	Fri Feb 15 13:00:11 2019	(r492994)
@@ -56,7 +56,7 @@ pre-everything::
 do-install:
 	@ ${MKDIR} ${STAGEDIR}${DOCSDIR}
 .if ${DOCFORMAT} == "html"
-	${TAR} -C ${WRKSRC}/doc -cf - html | \
+	${TAR} -C ${WRKSRC}/exim-html-current/doc -cf - html | \
 		${TAR} --unlink -C ${STAGEDIR}${DOCSDIR} -xf -
 .elif ${DOCFORMAT} == "pdf"
 	@ ${INSTALL_DATA} ${WRKSRC}/doc/*.pdf ${STAGEDIR}${DOCSDIR}


More information about the svn-ports-head mailing list