Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/pkgtools/pkglint don't need a wildcard here
details: https://anonhg.NetBSD.org/pkgsrc/rev/64f1103f9688
branches: trunk
changeset: 430600:64f1103f9688
user: tnn <tnn%pkgsrc.org@localhost>
date: Sat May 02 10:43:44 2020 +0000
description:
don't need a wildcard here
diffstat:
pkgtools/pkglint/select.mk | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r ee158e204208 -r 64f1103f9688 pkgtools/pkglint/select.mk
--- a/pkgtools/pkglint/select.mk Sat May 02 10:33:25 2020 +0000
+++ b/pkgtools/pkglint/select.mk Sat May 02 10:43:44 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: select.mk,v 1.6 2020/05/02 10:33:15 tnn Exp $
+# $NetBSD: select.mk,v 1.7 2020/05/02 10:43:44 tnn Exp $
#
# Selects the proper version of pkglint, depending on whether the
# platform supports the Go programming language.
@@ -11,7 +11,7 @@
.if ${MACHINE_ARCH:Ni386:Nx86_64:Nevbarm:Naarch64} || \
${MACHINE_PLATFORM:MSunOS-*-i386} || \
${MACHINE_PLATFORM:MNetBSD-[1-5].*-*} || \
- ${MACHINE_PLATFORM:MNetBSD-9.0*-aarch64}
+ ${MACHINE_PLATFORM} == "NetBSD-9.0-aarch64"
DEPENDS+= pkglint4>=4.82<5:../../pkgtools/pkglint4
.else
DEPENDS+= pkglint>=5:../../pkgtools/pkglint
Home |
Main Index |
Thread Index |
Old Index