Mercurial > hgrepos > FreeBSD > ports > PyPy
changeset 122:cff826a2d6bf
Now include pypy2 instead of pypy as MASTERDIR
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Sat, 13 Jan 2024 11:44:10 +0100 |
| parents | dbb5f3839210 |
| children | b907e948fed9 |
| files | lang/pypy3/Makefile |
| diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lang/pypy3/Makefile Fri Jan 12 09:25:28 2024 +0100 +++ b/lang/pypy3/Makefile Sat Jan 13 11:44:10 2024 +0100 @@ -4,7 +4,7 @@ PORTREVISION= 0 DISTNAME= ${PYTHON_IMPL_MINOR}-v${DISTVERSION}-src -MASTERDIR= ${.CURDIR}/../pypy +MASTERDIR= ${.CURDIR}/../pypy2 WRKSRC= ${WRKDIR}/${PYTHON_IMPL_MINOR}-v${DISTVERSION:C/-.*//}-src
