diff options
author | Jeremy Messenger <mezz@FreeBSD.org> | 2004-11-23 19:33:08 +0000 |
---|---|---|
committer | Jeremy Messenger <mezz@FreeBSD.org> | 2004-11-23 19:33:08 +0000 |
commit | bdb974fb79ead708425a1e6b49538c24c2b26718 (patch) | |
tree | b906cf3a4ea2ecd3dbc91bd181eb3cc97551688b /net/gnome-mud | |
parent | 3e5e804114f4ef099c742f3ad40eb7835790c83f (diff) | |
download | ports-bdb974fb79ead708425a1e6b49538c24c2b26718.tar.gz ports-bdb974fb79ead708425a1e6b49538c24c2b26718.zip |
Use new GCONF_SCHEMAS.
Approved by: pav
Notes
Notes:
svn path=/head/; revision=122241
Diffstat (limited to 'net/gnome-mud')
-rw-r--r-- | net/gnome-mud/Makefile | 1 | ||||
-rw-r--r-- | net/gnome-mud/pkg-plist | 3 |
2 files changed, 1 insertions, 3 deletions
diff --git a/net/gnome-mud/Makefile b/net/gnome-mud/Makefile index 906bf0c42181..4d645a04fa97 100644 --- a/net/gnome-mud/Makefile +++ b/net/gnome-mud/Makefile @@ -26,6 +26,7 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" MAN6= gnome-mud.6 +GCONF_SCHEMAS= gnome-mud.schemas post-patch: @${REINPLACE_CMD} -e \ diff --git a/net/gnome-mud/pkg-plist b/net/gnome-mud/pkg-plist index 919f3db9d255..32a3d7995bcf 100644 --- a/net/gnome-mud/pkg-plist +++ b/net/gnome-mud/pkg-plist @@ -1,7 +1,4 @@ bin/gnome-mud -@unexec env GCONF_CONFIG_SOURCE=xml::%D/etc/gconf/gconf.xml.defaults gconftool-2 --makefile-uninstall-rule %D/etc/gconf/schemas/gnome-mud.schemas > /dev/null || /usr/bin/true -etc/gconf/schemas/gnome-mud.schemas -@exec env GCONF_CONFIG_SOURCE=xml::%D/etc/gconf/gconf.xml.defaults gconftool-2 --makefile-install-rule %D/etc/gconf/schemas/gnome-mud.schemas > /dev/null || /usr/bin/true share/gnome/applications/gnome-mud.desktop share/gnome/help/gnome-mud/C/figures/connections-window.png share/gnome/help/gnome-mud/C/figures/main-window.png |