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:   gutteridge
Date:           Thu Jan 16 23:30:07 UTC 2025

Modified Files:
        pkgsrc/lang/python: srcdist.mk

Log Message:
python/srcdist.mk: fix grammar in a comment


To generate a diff of this commit:
cvs rdiff -u -r1.44 -r1.45 pkgsrc/lang/python/srcdist.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/srcdist.mk
diff -u pkgsrc/lang/python/srcdist.mk:1.44 pkgsrc/lang/python/srcdist.mk:1.45
--- pkgsrc/lang/python/srcdist.mk:1.44  Tue Jan  7 19:35:08 2025
+++ pkgsrc/lang/python/srcdist.mk       Thu Jan 16 23:30:07 2025
@@ -1,4 +1,4 @@
-# $NetBSD: srcdist.mk,v 1.44 2025/01/07 19:35:08 riastradh Exp $
+# $NetBSD: srcdist.mk,v 1.45 2025/01/16 23:30:07 gutteridge Exp $
 
 .include "../../lang/python/pyversion.mk"
 
@@ -8,7 +8,7 @@ PYSUBDIR=       ${DISTNAME}
 WRKSRC=                ${WRKDIR}/${PYSUBDIR}
 
 .if !empty(PYDISTUTILSPKG:M[yY][eE][sS])
-# This is used for standard modules shipped with Python but build as
+# This is used for standard modules shipped with Python but built as
 # separate packages.
 
 # Standard modules depend on their own version



Home | Main Index | Thread Index | Old Index