diff options
author | snj <snj> | 2004-04-24 00:45:58 +0000 |
---|---|---|
committer | snj <snj> | 2004-04-24 00:45:58 +0000 |
commit | 1861acbb5c0eeca4facacdc3be0b65e3f6bda38a (patch) | |
tree | cb3038dbd7bf1ceed10e8853e452516cd71021e3 /x11/xkbd | |
parent | 2d89ab6081c3625ccfe326cd5d21f15362ba7ae0 (diff) | |
download | pkgsrc-1861acbb5c0eeca4facacdc3be0b65e3f6bda38a.tar.gz |
Convert to buildlink3 and fix PLIST. Bump PKGREVISION to 1.
Diffstat (limited to 'x11/xkbd')
-rw-r--r-- | x11/xkbd/Makefile | 9 | ||||
-rw-r--r-- | x11/xkbd/PLIST | 10 |
2 files changed, 10 insertions, 9 deletions
diff --git a/x11/xkbd/Makefile b/x11/xkbd/Makefile index 9ce788378df..ff1647d8fb6 100644 --- a/x11/xkbd/Makefile +++ b/x11/xkbd/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.4 2003/07/17 22:56:58 grant Exp $ +# $NetBSD: Makefile,v 1.5 2004/04/24 00:45:58 snj Exp $ # DISTNAME= xkbd-0.8.5 +PKGREVISION= 1 CATEGORIES= x11 MASTER_SITES= http://handhelds.org/~mallum/downloadables/xkbd/ @@ -11,9 +12,9 @@ COMMENT= On-screen keyboard for X, useful for palmtops CONFIGURE_ARGS+=--enable-xpm -USE_BUILDLINK2= YES -USE_X11= YES GNU_CONFIGURE= YES +USE_BUILDLINK3= YES +USE_X11= YES -.include "../../graphics/xpm/buildlink2.mk" +.include "../../graphics/xpm/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/x11/xkbd/PLIST b/x11/xkbd/PLIST index c7e2e6610aa..afc18314e70 100644 --- a/x11/xkbd/PLIST +++ b/x11/xkbd/PLIST @@ -1,14 +1,14 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2002/12/20 18:16:37 tsarna Exp $ +@comment $NetBSD: PLIST,v 1.2 2004/04/24 00:45:58 snj Exp $ bin/xkbd +man/man1/xkbd.1 share/xkbd/img/backspace.xpm share/xkbd/img/kbd.xpm share/xkbd/img/return.xpm share/xkbd/img/shift.xpm share/xkbd/img/tab.xpm share/xkbd/kbdconfig -share/xkbd/kbdconfig.tiny share/xkbd/kbdconfig.fitaly +share/xkbd/kbdconfig.tiny share/xkbd/kbdconfig.us -man/man1/xkbd.1 -@dirrm share/xkdb/img -@dirrm share/xkdb +@dirrm share/xkbd/img +@dirrm share/xkbd |