Mercurial > hgrepos > FreeBSD > ports > PyPy
comparison Makefile @ 80:142d33a42894
PYPY_CFFI_VER is now defined in the common included bsd.pypy.mk
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Mon, 03 Oct 2022 18:10:32 +0200 |
| parents | 22c5d4be50bd |
| children | 60cd0d144d3a |
comparison
equal
deleted
inserted
replaced
| 79:22c5d4be50bd | 80:142d33a42894 |
|---|---|
| 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 |
