pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/tree-sitter



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed Jan 18 08:21:32 UTC 2023

Modified Files:
        pkgsrc/textproc/tree-sitter: grammar.mk

Log Message:
tree-sitter: use ${PKGBASE} instead of ${PKGNAME}

the package version is not needed in the library name


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/textproc/tree-sitter/grammar.mk

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

Modified files:

Index: pkgsrc/textproc/tree-sitter/grammar.mk
diff -u pkgsrc/textproc/tree-sitter/grammar.mk:1.1 pkgsrc/textproc/tree-sitter/grammar.mk:1.2
--- pkgsrc/textproc/tree-sitter/grammar.mk:1.1  Wed Jan 18 08:18:16 2023
+++ pkgsrc/textproc/tree-sitter/grammar.mk      Wed Jan 18 08:21:32 2023
@@ -1,4 +1,4 @@
-# $NetBSD: grammar.mk,v 1.1 2023/01/18 08:18:16 wiz Exp $
+# $NetBSD: grammar.mk,v 1.2 2023/01/18 08:21:32 wiz Exp $
 #
 # Common logic to build and install tree-sitter grammars.
 #
@@ -6,7 +6,7 @@
 #  Name of the grammar library to build and install.
 #
 
-GRAMMAR_LIBRARY_NAME?= lib${PKGNAME}
+GRAMMAR_LIBRARY_NAME?= lib${PKGBASE}
 
 USE_LANGUAGES+=                c c++
 



Home | Main Index | Thread Index | Old Index