Mercurial > hgrepos > FreeBSD > ports > PyPy
comparison Makefile @ 81:165c5074b9e8
PYPY_CFFI_VER is defined in bsd.pypy.mk already
| author | Franz Glasner <f.glasner@feldmann-mg.com> |
|---|---|
| date | Tue, 04 Oct 2022 15:40:13 +0200 |
| parents | 22c5d4be50bd |
| children | 60cd0d144d3a |
comparison
equal
deleted
inserted
replaced
| 79:22c5d4be50bd | 81:165c5074b9e8 |
|---|---|
| 58 lib-python/3/webbrowser.py \ | 58 lib-python/3/webbrowser.py \ |
| 59 lib_pypy/_cffi_ssl/tools/make_ssl_data.py | 59 lib_pypy/_cffi_ssl/tools/make_ssl_data.py |
| 60 | 60 |
| 61 PACKAGE_ARGS= --without-sqlite3 --without-_tkinter | 61 PACKAGE_ARGS= --without-sqlite3 --without-_tkinter |
| 62 | 62 |
| 63 PYPY_CFFI_VER= ${PORTNAME}8-pp${DISTVERSION:C/.[^.]+$//:S/.//}-${ARCH}-${OPSYS:tl}${OSREL:C/\..*//} | |
| 64 | |
| 65 pre-install: | 63 pre-install: |
| 66 ${FIND} ${WRKSRC} -name '*.pyc' -delete | 64 ${FIND} ${WRKSRC} -name '*.pyc' -delete |
| 67 #${CHMOD} -R a-w ${WRKSRC} | 65 #${CHMOD} -R a-w ${WRKSRC} |
| 68 #${CHMOD} -R u+w ${WRKSRC}/lib_pypy | 66 #${CHMOD} -R u+w ${WRKSRC}/lib_pypy |
| 69 | 67 |
