We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8b2ba2 commit 983c6b9Copy full SHA for 983c6b9
textproc/py-xapian/Makefile
@@ -1,4 +1,4 @@
1
-# $NetBSD: Makefile,v 1.13 2023/11/07 22:38:08 wiz Exp $
+# $NetBSD: Makefile,v 1.14 2024/03/08 18:55:08 schmonz Exp $
2
3
PKGNAME= ${PYPKGPREFIX}-${PKGNAME_MODULE}
4
COMMENT= Python bindings for Xapian search engine
@@ -15,9 +15,10 @@ PYTHON_SELF_CONFLICT= yes
15
16
REPLACE_PYTHON= python/docs/examples/*.py
17
18
+INSTALLATION_DIRS+= ${PYSITELIB}/xapian/__pycache__
19
+
20
post-install:
21
${CHMOD} +x ${DESTDIR}${PREFIX}/share/doc/xapian-bindings/python3/examples/*.py
- ${MKDIR} ${DESTDIR}${PREFIX}/${PYSITELIB}/xapian/__pycache__
22
${MV} ${DESTDIR}${PREFIX}/${PYSITELIB}/xapian/*.cpython* ${DESTDIR}${PREFIX}/${PYSITELIB}/xapian/__pycache__/
23
24
.include "../../lang/python/application.mk"
0 commit comments