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 /databases/libgnomedb | |
parent | 3e5e804114f4ef099c742f3ad40eb7835790c83f (diff) | |
download | ports-bdb974fb79ead708425a1e6b49538c24c2b26718.tar.gz ports-bdb974fb79ead708425a1e6b49538c24c2b26718.zip |
Notes
Diffstat (limited to 'databases/libgnomedb')
-rw-r--r-- | databases/libgnomedb/Makefile | 2 | ||||
-rw-r--r-- | databases/libgnomedb/pkg-plist | 3 |
2 files changed, 2 insertions, 3 deletions
diff --git a/databases/libgnomedb/Makefile b/databases/libgnomedb/Makefile index 9802eb3559e0..18166163a64b 100644 --- a/databases/libgnomedb/Makefile +++ b/databases/libgnomedb/Makefile @@ -27,4 +27,6 @@ INSTALLS_SHLIB= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" +GCONF_SCHEMAS= libgnomedb.schemas + .include <bsd.port.mk> diff --git a/databases/libgnomedb/pkg-plist b/databases/libgnomedb/pkg-plist index be38bcbd1973..a7c91a4d5591 100644 --- a/databases/libgnomedb/pkg-plist +++ b/databases/libgnomedb/pkg-plist @@ -1,7 +1,4 @@ bin/gnome-database-properties -@unexec env GCONF_CONFIG_SOURCE=xml::%D/etc/gconf/gconf.xml.defaults gconftool-2 --makefile-uninstall-rule %D/etc/gconf/schemas/libgnomedb.schemas > /dev/null || /usr/bin/true -etc/gconf/schemas/libgnomedb.schemas -@exec env GCONF_CONFIG_SOURCE=xml::%D/etc/gconf/gconf.xml.defaults gconftool-2 --makefile-install-rule %D/etc/gconf/schemas/libgnomedb.schemas > /dev/null || /usr/bin/true include/libgnomedb/gnome-db-browser.h include/libgnomedb/gnome-db-combo.h include/libgnomedb/gnome-db-config.h |