Mercurial > hgrepos > FreeBSD > ports > PyPy
changeset 39:925f1c066ff1
FIX: Repackage with "INSTALL_AS_USER" undefined: otherwise ldconfig is not configured properly
| author | Franz Glasner <f.glasner@feldmann-mg.com> |
|---|---|
| date | Fri, 07 Oct 2022 17:54:56 +0200 |
| parents | 204b9c0435dc |
| children | b219f0c56d1a |
| files | Makefile |
| diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/Makefile Fri Oct 07 02:29:19 2022 +0200 +++ b/Makefile Fri Oct 07 17:54:56 2022 +0200 @@ -1,7 +1,7 @@ # Created by: David Naylor <naylor.b.david@gmail.com> PORTNAME?= pypy -PORTREVISION?= 1 +PORTREVISION?= 2 CATEGORIES= lang python MASTER_SITES= https://downloads.python.org/pypy/ DISTNAME?= ${PYTHON_IMPL_MINOR}-v${DISTVERSION}-src
