diff options
author | snj <snj@pkgsrc.org> | 2004-04-18 23:03:03 +0000 |
---|---|---|
committer | snj <snj@pkgsrc.org> | 2004-04-18 23:03:03 +0000 |
commit | 2227fbcbc50afa2d8402999bfb56f2622c6ea7fa (patch) | |
tree | d92e56b0813876243003dd64acfda37dc236ee06 /sysutils/xbatt | |
parent | 59cc7a308dc11b217f00bfdac7f46816496f12c4 (diff) | |
download | pkgsrc-2227fbcbc50afa2d8402999bfb56f2622c6ea7fa.tar.gz |
Convert to buildlink3 and fix a spelling error in DESCR.
Diffstat (limited to 'sysutils/xbatt')
-rw-r--r-- | sysutils/xbatt/DESCR | 2 | ||||
-rw-r--r-- | sysutils/xbatt/Makefile | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sysutils/xbatt/DESCR b/sysutils/xbatt/DESCR index e0233dd7bd3..947473a7778 100644 --- a/sysutils/xbatt/DESCR +++ b/sysutils/xbatt/DESCR @@ -1,4 +1,4 @@ xbatt is an X11 client which displays the battery status of your -notebook computer equiped with APM (Advanced Power Management) +notebook computer equipped with APM (Advanced Power Management) BIOS. The status displayed consists of the remaining battery life, the AC line status, and the charging status. diff --git a/sysutils/xbatt/Makefile b/sysutils/xbatt/Makefile index a9edbf1785f..edceb73ee7a 100644 --- a/sysutils/xbatt/Makefile +++ b/sysutils/xbatt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2004/01/20 12:26:16 agc Exp $ +# $NetBSD: Makefile,v 1.15 2004/04/18 23:03:03 snj Exp $ # DISTNAME= xbatt-1.3pr1 @@ -16,7 +16,7 @@ PKG_SKIP_REASON= "APM is not available for ${MACHINE_PLATFORM}" .endif WRKSRC= ${WRKDIR}/xbatt-1.3 -USE_BUILDLINK2= YES +USE_BUILDLINK3= YES USE_IMAKE= YES ALL_TARGET= xbatt @@ -26,5 +26,5 @@ post-install: ${INSTALL_MAN} ${WRKSRC}/README ${PREFIX}/share/doc/xbatt ${INSTALL_MAN} ${WRKSRC}/README.jp ${PREFIX}/share/doc/xbatt -.include "../../graphics/xpm/buildlink2.mk" +.include "../../graphics/xpm/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |