Mercurial > hgrepos > FreeBSD > ports > PyPy
diff lang/pypy3/Makefile @ 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 | 3b09db02a788 |
| children | b907e948fed9 |
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
