diff options
author | minskim <minskim> | 2005-10-23 17:26:14 +0000 |
---|---|---|
committer | minskim <minskim> | 2005-10-23 17:26:14 +0000 |
commit | 66dec469c87a738ff0984fe6bc59c08505f84520 (patch) | |
tree | 53195abb956be544019b1bf01a8d4eb7b4953c73 /x11 | |
parent | 686e1d276ff04b865b05d1a60c6ed0cc8ffb14c3 (diff) | |
download | pkgsrc-66dec469c87a738ff0984fe6bc59c08505f84520.tar.gz |
Correct PLIST on systems where the battery status applet is not installed.
Bump PKGREVISION.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/gnome2-applets/Makefile | 3 | ||||
-rw-r--r-- | x11/gnome2-applets/PLIST | 8 |
2 files changed, 6 insertions, 5 deletions
diff --git a/x11/gnome2-applets/Makefile b/x11/gnome2-applets/Makefile index 0900afae893..f8eb0bc5926 100644 --- a/x11/gnome2-applets/Makefile +++ b/x11/gnome2-applets/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.47 2005/10/14 16:25:28 jmmv Exp $ +# $NetBSD: Makefile,v 1.48 2005/10/23 17:26:14 minskim Exp $ # DISTNAME= gnome-applets-2.12.0 +PKGREVISION= 1 CATEGORIES= x11 gnome MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnome-applets/2.12/} EXTRACT_SUFX= .tar.bz2 diff --git a/x11/gnome2-applets/PLIST b/x11/gnome2-applets/PLIST index 6baf852d80f..76b94657dc0 100644 --- a/x11/gnome2-applets/PLIST +++ b/x11/gnome2-applets/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.12 2005/10/12 21:59:10 jmmv Exp $ +@comment $NetBSD: PLIST,v 1.13 2005/10/23 17:26:14 minskim Exp $ bin/gswitchit-plugins-capplet include/libgswitchit/gswitchit_config.h include/libgswitchit/gswitchit_plugin.h @@ -481,9 +481,9 @@ ${BATTSTAT}@dirrm share/gnome/help/battstat @dirrm share/gnome-applets @comment in gnome2-dirs: @dirrm share/gnome-2.0/ui @comment in GConf2: @dirrm share/gconf/schemas -@dirrm share/examples/gnome-applets/sound/events -@dirrm share/examples/gnome-applets/sound -@dirrm share/examples/gnome-applets +${BATTSTAT}@dirrm share/examples/gnome-applets/sound/events +${BATTSTAT}@dirrm share/examples/gnome-applets/sound +${BATTSTAT}@dirrm share/examples/gnome-applets @dirrm libexec/gnome-applets @comment in libbonobo: @dirrm lib/bonobo/servers @dirrm include/libgswitchit |