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 /audio | |
parent | Forced commit to note these patches were originally done by (diff) |
Use new GCONF_SCHEMAS.
Approved by: pav
Notes
Notes:
svn path=/head/; revision=122241
Diffstat (limited to 'audio')
-rw-r--r-- | audio/marlin/Makefile | 2 | ||||
-rw-r--r-- | audio/marlin/pkg-plist | 3 |
2 files changed, 2 insertions, 3 deletions
diff --git a/audio/marlin/Makefile b/audio/marlin/Makefile index 1483b7010ccb..abc814efdaa8 100644 --- a/audio/marlin/Makefile +++ b/audio/marlin/Makefile @@ -26,4 +26,6 @@ USE_LIBTOOL_VER=15 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib -lcam" +GCONF_SCHEMAS= marlin.schemas + .include <bsd.port.mk> diff --git a/audio/marlin/pkg-plist b/audio/marlin/pkg-plist index 750ac9ec6f4b..2428e9a2d444 100644 --- a/audio/marlin/pkg-plist +++ b/audio/marlin/pkg-plist @@ -1,7 +1,4 @@ bin/marlin -@unexec env GCONF_CONFIG_SOURCE=xml::%D/etc/gconf/gconf.xml.defaults gconftool-2 --makefile-uninstall-rule %D/etc/gconf/schemas/marlin.schemas > /dev/null || /usr/bin/true -etc/gconf/schemas/marlin.schemas -@exec env GCONF_CONFIG_SOURCE=xml::%D/etc/gconf/gconf.xml.defaults gconftool-2 --makefile-install-rule %D/etc/gconf/schemas/marlin.schemas > /dev/null || /usr/bin/true include/libmarlin/marlin-a11y-helper.h include/libmarlin/marlin-block.h include/libmarlin/marlin-cross-fader.h |