pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/mk/tools
Module Name: pkgsrc
Committed By: nia
Date: Tue May 24 13:08:26 UTC 2022
Modified Files:
pkgsrc/mk/tools: tools.NetBSD.mk
Log Message:
mk: Use OPSYS_VERSION
To generate a diff of this commit:
cvs rdiff -u -r1.71 -r1.72 pkgsrc/mk/tools/tools.NetBSD.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/mk/tools/tools.NetBSD.mk
diff -u pkgsrc/mk/tools/tools.NetBSD.mk:1.71 pkgsrc/mk/tools/tools.NetBSD.mk:1.72
--- pkgsrc/mk/tools/tools.NetBSD.mk:1.71 Sat Apr 16 08:58:19 2022
+++ pkgsrc/mk/tools/tools.NetBSD.mk Tue May 24 13:08:26 2022
@@ -1,11 +1,11 @@
-# $NetBSD: tools.NetBSD.mk,v 1.71 2022/04/16 08:58:19 riastradh Exp $
+# $NetBSD: tools.NetBSD.mk,v 1.72 2022/05/24 13:08:26 nia Exp $
#
# System-supplied tools for the NetBSD operating system.
TOOLS_PLATFORM.[?= [ # shell builtin
TOOLS_PLATFORM.awk?= /usr/bin/awk
TOOLS_PLATFORM.basename?= /usr/bin/basename
-.if empty(MACHINE_PLATFORM:MNetBSD-[0-8].*) || !empty(MKBSDTAR:U:Myes)
+.if ${OPSYS_VERSION} >= 090000 || !empty(MKBSDTAR:U:Myes)
TOOLS_PLATFORM.bsdtar?= /bin/tar
.endif
TOOLS_PLATFORM.byacc?= /usr/bin/yacc
Home |
Main Index |
Thread Index |
Old Index