diff options
author | hira <hira@pkgsrc.org> | 2007-05-04 10:13:12 +0000 |
---|---|---|
committer | hira <hira@pkgsrc.org> | 2007-05-04 10:13:12 +0000 |
commit | c03b1e7d29f1817141e483be77ae0f9913f33bb0 (patch) | |
tree | eb5b91936dc3b94f2b6d0ec262935927f91cc09d /sysutils/xfce4-battery-plugin/Makefile | |
parent | 760547d4f03048620ec76603bfc53d5dc491cef3 (diff) | |
download | pkgsrc-c03b1e7d29f1817141e483be77ae0f9913f33bb0.tar.gz |
Fix previous with apm(4). Check battery_state instead of nbattery.
Bump PKGREVISION.
Diffstat (limited to 'sysutils/xfce4-battery-plugin/Makefile')
-rw-r--r-- | sysutils/xfce4-battery-plugin/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/xfce4-battery-plugin/Makefile b/sysutils/xfce4-battery-plugin/Makefile index fe63409fa29..3905adc20b9 100644 --- a/sysutils/xfce4-battery-plugin/Makefile +++ b/sysutils/xfce4-battery-plugin/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.2 2007/05/01 17:41:59 martti Exp $ +# $NetBSD: Makefile,v 1.3 2007/05/04 10:13:12 hira Exp $ .include "../../meta-pkgs/xfce4/Makefile.common" XFCE4_VERSION= 0.5.0 DISTNAME= xfce4-battery-plugin-${XFCE4_VERSION} -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= sysutils MASTER_SITES= http://goodies.xfce.org/releases/xfce4-battery-plugin/ COMMENT= Xfce battey monitor plugin |