pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/security/skey
Module Name: pkgsrc
Committed By: wiz
Date: Tue Jul 23 05:54:48 UTC 2024
Modified Files:
pkgsrc/security/skey: builtin.mk
Log Message:
skey: add missing ']' in match pattern
Found by make(1).
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/security/skey/builtin.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/security/skey/builtin.mk
diff -u pkgsrc/security/skey/builtin.mk:1.6 pkgsrc/security/skey/builtin.mk:1.7
--- pkgsrc/security/skey/builtin.mk:1.6 Mon Nov 4 21:13:02 2019
+++ pkgsrc/security/skey/builtin.mk Tue Jul 23 05:54:47 2024
@@ -1,4 +1,4 @@
-# $NetBSD: builtin.mk,v 1.6 2019/11/04 21:13:02 rillig Exp $
+# $NetBSD: builtin.mk,v 1.7 2024/07/23 05:54:47 wiz Exp $
BUILTIN_PKG:= skey
@@ -24,7 +24,7 @@ MAKEVARS+= IS_BUILTIN.skey
### a package name to represent the built-in package.
###
.if !defined(BUILTIN_PKG.skey) && \
- !empty(IS_BUILTIN.skey:M[yY][eE][sS) && \
+ !empty(IS_BUILTIN.skey:M[yY][eE][sS]) && \
empty(H_SKEY:M__nonexistent__)
# XXX
# XXX Consider the native skey to be skey-1.1.5.
Home |
Main Index |
Thread Index |
Old Index