git: 2c778df22acb - main - www/py-adblock: remove not necessary powerpc64* knob
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 29 Jan 2025 16:58:10 UTC
The branch main has been updated by pkubaj: URL: https://cgit.FreeBSD.org/ports/commit/?id=2c778df22acba076770e7ee2fb7bde3128f61a01 commit 2c778df22acba076770e7ee2fb7bde3128f61a01 Author: Piotr Kubaj <pkubaj@FreeBSD.org> AuthorDate: 2025-01-27 13:11:48 +0000 Commit: Piotr Kubaj <pkubaj@FreeBSD.org> CommitDate: 2025-01-29 16:56:51 +0000 www/py-adblock: remove not necessary powerpc64* knob --- www/py-adblock/Makefile | 5 ----- 1 file changed, 5 deletions(-) diff --git a/www/py-adblock/Makefile b/www/py-adblock/Makefile index 7756ad4deb77..4da3f4f04a9d 100644 --- a/www/py-adblock/Makefile +++ b/www/py-adblock/Makefile @@ -118,11 +118,6 @@ do-build: # Due to upstream not supplying a setup.py file or other way to install # using pip command for now... do-install: -.if ${ARCH:Mpowerpc64*} - @(cd ${INSTALL_WRKSRC}; \ - ${FIND} . -name "*whl" -exec ${SH} -c 'mv {} `echo {} | ${SED} -E -e "s/powerpc.*/powerpc.whl/"`' \ - \;) -.endif @(cd ${INSTALL_WRKSRC} ; \ ${INSTALL_DATA} "target/release/libadblock.so" \ "${STAGEDIR}/${PREFIX}/lib" ; \