pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/py-lsprotocol



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Jan 14 09:06:14 UTC 2024

Modified Files:
        pkgsrc/lang/py-lsprotocol: Makefile

Log Message:
py-lsprotocol: fix PKGNAME


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/lang/py-lsprotocol/Makefile

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

Modified files:

Index: pkgsrc/lang/py-lsprotocol/Makefile
diff -u pkgsrc/lang/py-lsprotocol/Makefile:1.11 pkgsrc/lang/py-lsprotocol/Makefile:1.12
--- pkgsrc/lang/py-lsprotocol/Makefile:1.11     Sun Jan 14 09:05:16 2024
+++ pkgsrc/lang/py-lsprotocol/Makefile  Sun Jan 14 09:06:14 2024
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.11 2024/01/14 09:05:16 wiz Exp $
+# $NetBSD: Makefile,v 1.12 2024/01/14 09:06:14 wiz Exp $
 # Changes:
 # https://github.com/microsoft/lsprotocol/releases
 
 DISTNAME=      lsprotocol-2023.0.1
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    lang python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=l/lsprotocol/}
 



Home | Main Index | Thread Index | Old Index