svn commit: r475551 - in head/games/opensurge: . files
Alexey Dokuchaev
danfe at FreeBSD.org
Sat Jul 28 13:21:51 UTC 2018
On Sat, Jul 28, 2018 at 12:49:57PM +0000, Tobias Kortkamp wrote:
> New Revision: 475551
> URL: https://svnweb.freebsd.org/changeset/ports/475551
>
> Log:
> games/opensurge: Cleanup port
>
> ...
> +post-install-DOCS-on:
> @${MKDIR} ${STAGEDIR}${DOCSDIR}
> - ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}
> + cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}
The last change was gratuitous, please don't fix what ain't broken.
./danfe
More information about the svn-ports-all
mailing list