Mercurial > hgrepos > FreeBSD > ports > PyPy
diff bsd.pypy.mk @ 24:d2d396c79e9f
Allow to overwrite DISTINFO_FILE and PLIST from slave ports.
This is needed for some PyPy implementation flavors to work properly.
| author | Franz Glasner <f.glasner@feldmann-mg.com> |
|---|---|
| date | Wed, 05 Oct 2022 15:29:19 +0200 |
| parents | d16a4f379bbc |
| children | bb33295dc62d |
line wrap: on
line diff
--- a/bsd.pypy.mk Wed Oct 05 09:39:24 2022 +0200 +++ b/bsd.pypy.mk Wed Oct 05 15:29:19 2022 +0200 @@ -42,6 +42,8 @@ PYTHON_IMPL_MINOR= pypy${PY_VERSION_SHORT} PYTHON_IMPL_NODOT= pypy${PY_VERSION_NODOT} +DISTINFO_FILE= ${.CURDIR}/distinfo.py${PY_VERSION_NODOT} + .include <bsd.port.pre.mk> .if ${PORT_OPTIONS:MFORPYIMPL37}
