diff options
author | wiz <wiz> | 2001-02-17 17:42:09 +0000 |
---|---|---|
committer | wiz <wiz> | 2001-02-17 17:42:09 +0000 |
commit | 4e3547de3bbe9aae985ad91f7aae76896b121cf0 (patch) | |
tree | 926bbe6e07ce5aedfc0884e098d71275e74392c9 /sysutils/xbatt | |
parent | 26730104be8e403eeb8a7ec5ff7903af6ee1418c (diff) | |
download | pkgsrc-4e3547de3bbe9aae985ad91f7aae76896b121cf0.tar.gz |
Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.
Diffstat (limited to 'sysutils/xbatt')
-rw-r--r-- | sysutils/xbatt/Makefile | 3 | ||||
-rw-r--r-- | sysutils/xbatt/pkg/COMMENT | 1 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/xbatt/Makefile b/sysutils/xbatt/Makefile index 7e9a9bd89eb..feebd567656 100644 --- a/sysutils/xbatt/Makefile +++ b/sysutils/xbatt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2000/09/03 13:31:37 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2001/02/17 17:42:21 wiz Exp $ # DISTNAME= xbatt-1.3pr1 @@ -8,6 +8,7 @@ MASTER_SITES= http://www2.clave.gr.jp/~eto/xbatt/ MAINTAINER= hubertf@netbsd.org HOMEPAGE= http://www2.clave.gr.jp/~eto/xbatt/ # Not really +COMMENT= Displays battery status of your notebook via APM .if !exists(/usr/include/machine/apmvar.h) IGNORE+= "APM is not available for ${MACHINE_PLATFORM}" diff --git a/sysutils/xbatt/pkg/COMMENT b/sysutils/xbatt/pkg/COMMENT deleted file mode 100644 index cd22155659d..00000000000 --- a/sysutils/xbatt/pkg/COMMENT +++ /dev/null @@ -1 +0,0 @@ -Displays battery status of your notebook via APM |