www/py-adblock: remove not necessary powerpc64* knob

This commit is contained in:
Piotr Kubaj 2025-01-27 14:11:48 +01:00
parent 5fd40a9cd5
commit 2c778df22a

View file

@ -118,11 +118,6 @@ do-build:
# Due to upstream not supplying a setup.py file or other way to install # Due to upstream not supplying a setup.py file or other way to install
# using pip command for now... # using pip command for now...
do-install: 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} ; \ @(cd ${INSTALL_WRKSRC} ; \
${INSTALL_DATA} "target/release/libadblock.so" \ ${INSTALL_DATA} "target/release/libadblock.so" \
"${STAGEDIR}/${PREFIX}/lib" ; \ "${STAGEDIR}/${PREFIX}/lib" ; \