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 /audio | |
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 '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 |