Mercurial > hgrepos > FreeBSD > ports > PyPy
changeset 20:246c2f328231
Now include bsd.port.pre.mk automitically from within bsd.pypy.mk
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Tue, 04 Oct 2022 09:45:03 +0200 |
| parents | 8730245d6754 |
| children | 27f6cd24b808 |
| files | Makefile bsd.pypy.cffi.mk bsd.pypy.mk |
| diffstat | 3 files changed, 6 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/Makefile Tue Oct 04 09:31:44 2022 +0200 +++ b/Makefile Tue Oct 04 09:45:03 2022 +0200 @@ -105,7 +105,7 @@ PLIST= ${.CURDIR}/pkg-plist .include "bsd.pypy.mk" -.include <bsd.port.pre.mk> +#.include <bsd.port.pre.mk> .if ${OPSYS} == FreeBSD && ${ARCH} != i386 && ${ARCH} != amd64 PYPY_ARGS= --withoutmod-_vmprof
--- a/bsd.pypy.cffi.mk Tue Oct 04 09:31:44 2022 +0200 +++ b/bsd.pypy.cffi.mk Tue Oct 04 09:45:03 2022 +0200 @@ -1,3 +1,4 @@ +# NOTE: Also includes bsd.pypy.mk and (indirectly) bsd.port.pre.mk PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTFILES=
--- a/bsd.pypy.mk Tue Oct 04 09:31:44 2022 +0200 +++ b/bsd.pypy.mk Tue Oct 04 09:45:03 2022 +0200 @@ -1,3 +1,5 @@ +# Also includes bsd.port.pre.mk + .if !defined(LICENSE) LICENSE= MIT PSFL LICENSE_COMB= multi @@ -18,3 +20,5 @@ PYTHON_IMPL_MINOR= ${PYTHON_IMPL}.8 PLIST_SUB+= PYTHON_IMPL_MINOR=${PYTHON_IMPL_MINOR} .endif + +.include <bsd.port.pre.mk>
