diff options
author | Jeremy Messenger <mezz@FreeBSD.org> | 2004-11-24 00:14:56 +0000 |
---|---|---|
committer | Jeremy Messenger <mezz@FreeBSD.org> | 2004-11-24 00:14:56 +0000 |
commit | e68c049cb739804caf4981ca2b14ae343492ce74 (patch) | |
tree | 38412446328219a40f03ff6826eeb42d9a9b6971 /misc/quick-lounge-applet | |
parent | e59c1d43c55599f8324c31bb1fdf77b3b8d3665e (diff) | |
download | ports-e68c049cb739804caf4981ca2b14ae343492ce74.tar.gz ports-e68c049cb739804caf4981ca2b14ae343492ce74.zip |
Notes
Diffstat (limited to 'misc/quick-lounge-applet')
-rw-r--r-- | misc/quick-lounge-applet/Makefile | 2 | ||||
-rw-r--r-- | misc/quick-lounge-applet/pkg-plist | 3 |
2 files changed, 2 insertions, 3 deletions
diff --git a/misc/quick-lounge-applet/Makefile b/misc/quick-lounge-applet/Makefile index e772cf9a85a2..4ab78b2f2eef 100644 --- a/misc/quick-lounge-applet/Makefile +++ b/misc/quick-lounge-applet/Makefile @@ -25,4 +25,6 @@ USE_LIBTOOL_VER=15 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" +GCONF_SCHEMAS= quick-lounge.schemas + .include <bsd.port.mk> diff --git a/misc/quick-lounge-applet/pkg-plist b/misc/quick-lounge-applet/pkg-plist index e5b837556669..596b446d5a49 100644 --- a/misc/quick-lounge-applet/pkg-plist +++ b/misc/quick-lounge-applet/pkg-plist @@ -1,6 +1,3 @@ -@unexec env GCONF_CONFIG_SOURCE=xml::%D/etc/gconf/gconf.xml.defaults gconftool-2 --makefile-uninstall-rule %D/etc/gconf/schemas/quick-lounge.schemas > /dev/null || /usr/bin/true -etc/gconf/schemas/quick-lounge.schemas -@exec env GCONF_CONFIG_SOURCE=xml::%D/etc/gconf/gconf.xml.defaults gconftool-2 --makefile-install-rule %D/etc/gconf/schemas/quick-lounge.schemas > /dev/null || /usr/bin/true libdata/bonobo/servers/GNOME_QuickLoungeApplet_Factory.server libexec/quick-lounge-applet share/gnome/gnome-2.0/ui/GNOME_QuickLoungeApplet.xml |