pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/lang/python
Module Name: pkgsrc
Committed By: wiz
Date: Wed Oct 25 22:22:49 UTC 2023
Modified Files:
pkgsrc/lang/python: bootstrap.mk
Log Message:
python: bootstrap: fix typo
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/lang/python/bootstrap.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/lang/python/bootstrap.mk
diff -u pkgsrc/lang/python/bootstrap.mk:1.1 pkgsrc/lang/python/bootstrap.mk:1.2
--- pkgsrc/lang/python/bootstrap.mk:1.1 Wed Oct 25 22:21:04 2023
+++ pkgsrc/lang/python/bootstrap.mk Wed Oct 25 22:22:49 2023
@@ -1,4 +1,4 @@
-# $NetBSD: bootstrap.mk,v 1.1 2023/10/25 22:21:04 wiz Exp $
+# $NetBSD: bootstrap.mk,v 1.2 2023/10/25 22:22:49 wiz Exp $
#
# Initial mk for building and installing Python packages that
# are on the module install bootstrap path.
@@ -33,7 +33,7 @@ do-build:
.endif
.if !target(do-install)
-TOOL_DEPENDS+= ${PYPKGPREFIX}-installer>=0.7.0nb1../../misc/py-installer
+TOOL_DEPENDS+= ${PYPKGPREFIX}-installer>=0.7.0nb1:../../misc/py-installer
do-install:
${RUN} cd ${WRKSRC} && \
${SETENV} ${INSTALL_ENV} \
Home |
Main Index |
Thread Index |
Old Index