pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils/xbattbar



Module Name:    pkgsrc
Committed By:   nia
Date:           Thu Oct 10 17:25:57 UTC 2024

Modified Files:
        pkgsrc/sysutils/xbattbar: Makefile

Log Message:
xbattbar: Set ONLY_FOR_PLATFORM based on source code


To generate a diff of this commit:
cvs rdiff -u -r1.37 -r1.38 pkgsrc/sysutils/xbattbar/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/xbattbar/Makefile
diff -u pkgsrc/sysutils/xbattbar/Makefile:1.37 pkgsrc/sysutils/xbattbar/Makefile:1.38
--- pkgsrc/sysutils/xbattbar/Makefile:1.37      Mon Nov  4 21:28:58 2019
+++ pkgsrc/sysutils/xbattbar/Makefile   Thu Oct 10 17:25:57 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.37 2019/11/04 21:28:58 rillig Exp $
+# $NetBSD: Makefile,v 1.38 2024/10/10 17:25:57 nia Exp $
 
 DISTNAME=      xbattbar_1.4.2
 PKGNAME=       ${DISTNAME:S/_/-/}
@@ -10,7 +10,9 @@ MAINTAINER=   pkgsrc-users%NetBSD.org@localhost
 #HOMEPAGE=     http://iplab.aist-nara.ac.jp/member/suguru/xbattbar.html
 COMMENT=       X11 battery graph for laptops
 
-NOT_FOR_PLATFORM=      Darwin-*-*
+ONLY_FOR_PLATFORM=     FreeBSD-*-*
+ONLY_FOR_PLATFORM+=    NetBSD-*-*
+ONLY_FOR_PLATFORM+=    Linux-*-*
 
 WRKSRC=                ${WRKDIR}/${DISTNAME:S/_/-/}
 



Home | Main Index | Thread Index | Old Index