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/Makefile | |
parent | 59cc7a308dc11b217f00bfdac7f46816496f12c4 (diff) | |
download | pkgsrc-2227fbcbc50afa2d8402999bfb56f2622c6ea7fa.tar.gz |
Convert to buildlink3 and fix a spelling error in DESCR.
Diffstat (limited to 'sysutils/xbatt/Makefile')
-rw-r--r-- | sysutils/xbatt/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
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" |