Skip to content

Commit 983c6b9

Browse files
committed
py-xapian: quell pkglint.
1 parent b8b2ba2 commit 983c6b9

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

textproc/py-xapian/Makefile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# $NetBSD: Makefile,v 1.13 2023/11/07 22:38:08 wiz Exp $
1+
# $NetBSD: Makefile,v 1.14 2024/03/08 18:55:08 schmonz Exp $
22

33
PKGNAME= ${PYPKGPREFIX}-${PKGNAME_MODULE}
44
COMMENT= Python bindings for Xapian search engine
@@ -15,9 +15,10 @@ PYTHON_SELF_CONFLICT= yes
1515

1616
REPLACE_PYTHON= python/docs/examples/*.py
1717

18+
INSTALLATION_DIRS+= ${PYSITELIB}/xapian/__pycache__
19+
1820
post-install:
1921
${CHMOD} +x ${DESTDIR}${PREFIX}/share/doc/xapian-bindings/python3/examples/*.py
20-
${MKDIR} ${DESTDIR}${PREFIX}/${PYSITELIB}/xapian/__pycache__
2122
${MV} ${DESTDIR}${PREFIX}/${PYSITELIB}/xapian/*.cpython* ${DESTDIR}${PREFIX}/${PYSITELIB}/xapian/__pycache__/
2223

2324
.include "../../lang/python/application.mk"

0 commit comments

Comments
 (0)