svn commit: r358913 - head/print/detex
Alexey Dokuchaev
danfe at FreeBSD.org
Mon Jun 23 10:03:02 UTC 2014
On Mon, Jun 23, 2014 at 09:37:06AM +0000, Rene Ladan wrote:
> New Revision: 358913
> URL: http://svnweb.freebsd.org/changeset/ports/358913
> QAT: https://qat.redports.org/buildarchive/r358913/
>
> Unmute an installation command while here.
Commit log is a bit misleading.
> [...]
> - @${MKDIR} ${STAGEDIR}${DOCSDIR}
This is directory creation command. It's OK to have it muted (or not).
> + ${MKDIR} ${STAGEDIR}${DOCSDIR}
> ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}
This is installation command. It is already correctly unmuted.
./danfe
More information about the svn-ports-all
mailing list