diff options
author | mezz <mezz@FreeBSD.org> | 2004-11-24 03:33:08 +0800 |
---|---|---|
committer | mezz <mezz@FreeBSD.org> | 2004-11-24 03:33:08 +0800 |
commit | 674ef6d2faf4cabdc934eabee182165994ccf013 (patch) | |
tree | 667e506bbd2dda24cbdcbe3855e74ab34414d08f /net/gossip | |
parent | 0b9ad49bf224ac6ba6fcbf25c4d2da995e4b75ed (diff) | |
download | freebsd-ports-gnome-674ef6d2faf4cabdc934eabee182165994ccf013.tar.gz freebsd-ports-gnome-674ef6d2faf4cabdc934eabee182165994ccf013.tar.zst freebsd-ports-gnome-674ef6d2faf4cabdc934eabee182165994ccf013.zip |
Use new GCONF_SCHEMAS.
Approved by: pav
Diffstat (limited to 'net/gossip')
-rw-r--r-- | net/gossip/Makefile | 2 | ||||
-rw-r--r-- | net/gossip/pkg-plist | 3 |
2 files changed, 2 insertions, 3 deletions
diff --git a/net/gossip/Makefile b/net/gossip/Makefile index ce5b38f312ad..e5e9bb2ce14f 100644 --- a/net/gossip/Makefile +++ b/net/gossip/Makefile @@ -25,4 +25,6 @@ USE_GNOME= gnomeprefix intlhack gnomehack libgnomeui CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" +GCONF_SCHEMAS= gossip.schemas + .include <bsd.port.mk> diff --git a/net/gossip/pkg-plist b/net/gossip/pkg-plist index bd0b035f2064..4dfe31207535 100644 --- a/net/gossip/pkg-plist +++ b/net/gossip/pkg-plist @@ -1,7 +1,4 @@ bin/gossip -@unexec GCONF_CONFIG_SOURCE=xml::%D/etc/gconf/gconf.xml.defaults gconftool-2 --makefile-uninstall-rule %D/etc/gconf/schemas/gossip.schemas > /dev/null || /usr/bin/true -etc/gconf/schemas/gossip.schemas -@exec GCONF_CONFIG_SOURCE=xml::%D/etc/gconf/gconf.xml.defaults gconftool-2 --makefile-install-rule %D/etc/gconf/schemas/gossip.schemas > /dev/null || /usr/bin/true share/gnome/applications/gossip.desktop share/gnome/gossip/channel-old4.png share/gnome/gossip/chat.glade |