pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/textproc/py-xapian



Module Name:    pkgsrc
Committed By:   schmonz
Date:           Fri Mar  8 18:55:08 UTC 2024

Modified Files:
        pkgsrc/textproc/py-xapian: Makefile

Log Message:
py-xapian: quell pkglint.


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/textproc/py-xapian/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/textproc/py-xapian/Makefile
diff -u pkgsrc/textproc/py-xapian/Makefile:1.13 pkgsrc/textproc/py-xapian/Makefile:1.14
--- pkgsrc/textproc/py-xapian/Makefile:1.13     Tue Nov  7 22:38:08 2023
+++ pkgsrc/textproc/py-xapian/Makefile  Fri Mar  8 18:55:08 2024
@@ -1,4 +1,4 @@
-# $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 $
 
 PKGNAME=       ${PYPKGPREFIX}-${PKGNAME_MODULE}
 COMMENT=       Python bindings for Xapian search engine
@@ -15,9 +15,10 @@ PYTHON_SELF_CONFLICT=        yes
 
 REPLACE_PYTHON=                python/docs/examples/*.py
 
+INSTALLATION_DIRS+=    ${PYSITELIB}/xapian/__pycache__
+
 post-install:
        ${CHMOD} +x ${DESTDIR}${PREFIX}/share/doc/xapian-bindings/python3/examples/*.py
-       ${MKDIR} ${DESTDIR}${PREFIX}/${PYSITELIB}/xapian/__pycache__
        ${MV} ${DESTDIR}${PREFIX}/${PYSITELIB}/xapian/*.cpython* ${DESTDIR}${PREFIX}/${PYSITELIB}/xapian/__pycache__/
 
 .include "../../lang/python/application.mk"



Home | Main Index | Thread Index | Old Index