pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/py-cram
Module Name: pkgsrc
Committed By: riastradh
Date: Tue Nov 12 16:01:00 UTC 2024
Modified Files:
pkgsrc/devel/py-cram: Makefile
Log Message:
devel/py-cram: Pacify pkglint.
No functional change intended except possibly when running tests on
systems where the shell doesn't support $().
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/py-cram/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/py-cram/Makefile
diff -u pkgsrc/devel/py-cram/Makefile:1.2 pkgsrc/devel/py-cram/Makefile:1.3
--- pkgsrc/devel/py-cram/Makefile:1.2 Tue Nov 12 15:55:31 2024
+++ pkgsrc/devel/py-cram/Makefile Tue Nov 12 16:01:00 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2024/11/12 15:55:31 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2024/11/12 16:01:00 riastradh Exp $
DISTNAME= cram-0.7
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -34,7 +34,7 @@ do-test:
${RUN}cd ${WRKSRC:Q} && \
${SETENV} ${TEST_ENV} \
PYTHON=${PYTHONBIN:Q} \
- PYTHONPATH="$$(pwd)" \
+ PYTHONPATH=${WRKSRC:Q} \
PATH=${PREFIX:Q}/gnu/bin:"$$PATH" \
${PYTHONBIN:Q} scripts/cram tests
Home |
Main Index |
Thread Index |
Old Index