pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/sysutils/xbatt Convert to buildlink3 and fix a spellin...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/68e0ddda441f
branches:  trunk
changeset: 473326:68e0ddda441f
user:      snj <snj%pkgsrc.org@localhost>
date:      Sun Apr 18 23:03:03 2004 +0000

description:
Convert to buildlink3 and fix a spelling error in DESCR.

diffstat:

 sysutils/xbatt/DESCR    |  2 +-
 sysutils/xbatt/Makefile |  6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (34 lines):

diff -r ba99855ecfa6 -r 68e0ddda441f sysutils/xbatt/DESCR
--- a/sysutils/xbatt/DESCR      Sun Apr 18 23:01:23 2004 +0000
+++ b/sysutils/xbatt/DESCR      Sun Apr 18 23:03:03 2004 +0000
@@ -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 -r ba99855ecfa6 -r 68e0ddda441f sysutils/xbatt/Makefile
--- a/sysutils/xbatt/Makefile   Sun Apr 18 23:01:23 2004 +0000
+++ b/sysutils/xbatt/Makefile   Sun Apr 18 23:03:03 2004 +0000
@@ -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 @@
 .endif
 
 WRKSRC=                ${WRKDIR}/xbatt-1.3
-USE_BUILDLINK2=        YES
+USE_BUILDLINK3=        YES
 USE_IMAKE=     YES
 ALL_TARGET=    xbatt
 
@@ -26,5 +26,5 @@
                ${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"



Home | Main Index | Thread Index | Old Index