pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/sysutils/lscpu
Module Name: pkgsrc
Committed By: vins
Date: Sat Jul 8 21:39:27 UTC 2023
Modified Files:
pkgsrc/sysutils/lscpu: Makefile
Log Message:
lscpu: restrict package to *BSD.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/sysutils/lscpu/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/sysutils/lscpu/Makefile
diff -u pkgsrc/sysutils/lscpu/Makefile:1.1 pkgsrc/sysutils/lscpu/Makefile:1.2
--- pkgsrc/sysutils/lscpu/Makefile:1.1 Sat Jul 8 21:29:33 2023
+++ pkgsrc/sysutils/lscpu/Makefile Sat Jul 8 21:39:27 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2023/07/08 21:29:33 vins Exp $
+# $NetBSD: Makefile,v 1.2 2023/07/08 21:39:27 vins Exp $
DISTNAME= lscpu-1.2.0
CATEGORIES= sysutils
@@ -9,6 +9,9 @@ HOMEPAGE= https://github.com/NanXiao/lsc
COMMENT= The lscpu for BSD
LICENSE= modified-bsd
+ONLY_FOR_PLATFORM+= FreeBSD-*-* OpenBSD-*-* NetBSD-*-*
+ONLY_FOR_PLATFORM+= DragonFly-*-* Darwin-*-*
+
INSTALLATION_DIRS+= bin ${PKGMANDIR}/man1
do-install:
Home |
Main Index |
Thread Index |
Old Index