graphics/py-ueberzug: Fix packaging with Python 3.8+
* Apply the same fix as in 9cb5898561
by
stripping libraries by wildcard paths.
* Also use PYTHONPREFIX_SITELIBDIR instead PYTHON_SITELIBDIR to make
the port PREFIX safe while I'm here.
PR: 253815
Approved by: python (with hat)
This commit is contained in:
parent
4503deb52c
commit
4895c07d41
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ PORTEXAMPLES= fzfimg.sh mastodon.sh
|
||||||
OPTIONS_DEFINE= EXAMPLES
|
OPTIONS_DEFINE= EXAMPLES
|
||||||
|
|
||||||
post-install:
|
post-install:
|
||||||
${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/Xshm.so
|
${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/Xshm*.so
|
||||||
|
|
||||||
post-install-EXAMPLES-on:
|
post-install-EXAMPLES-on:
|
||||||
${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
|
${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
|
||||||
|
|
Loading…
Reference in a new issue