svn commit: r379911 - head/games/gretools

Jan Beich jbeich at FreeBSD.org
Wed Feb 25 14:27:35 UTC 2015


Dmitry Marakasov <amdmi3 at FreeBSD.org> writes:

> Log:
>   - Simplify MASTER_SITES
>   - Add LICENSE_FILE
>   - Recompile python files to make them not reference stagedir
[...]
> +post-install:
> +	${RM} -f ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/gretools/gretools.pyc
> +	${RM} -f ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/gretools/gretools.pyo
> +	${PYTHON_CMD} -m compileall \
> +		-d ${PYTHONPREFIX_SITELIBDIR}/gretools \
> +		${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/gretools
> +	${PYTHON_CMD} -O -m compileall \
> +		-d ${PYTHONPREFIX_SITELIBDIR}/gretools \
> +		${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/gretools

.py[oc] are in pkg-plist. Don't you need to bump PORTREVISION then?
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 602 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/svn-ports-head/attachments/20150225/873b74fd/attachment.sig>


More information about the svn-ports-head mailing list