diff options
author | Sergey Matveychuk <sem@FreeBSD.org> | 2004-12-30 00:06:52 +0000 |
---|---|---|
committer | Sergey Matveychuk <sem@FreeBSD.org> | 2004-12-30 00:06:52 +0000 |
commit | b252782196bbead04332bce896b086ea99403e4e (patch) | |
tree | 26f99ba42fa6f254ab7a75553378124fbb01ce9b | |
parent | Update to 0.95.2 (diff) |
- Fix plist
- use GCONF_SCHEMAS
PR: ports/75357
Submitted by: maintainer
-rw-r--r-- | security/revelation/Makefile | 1 | ||||
-rw-r--r-- | security/revelation/pkg-plist | 5 |
2 files changed, 3 insertions, 3 deletions
diff --git a/security/revelation/Makefile b/security/revelation/Makefile index 7ee18c9b1d60..9bc68b6c6974 100644 --- a/security/revelation/Makefile +++ b/security/revelation/Makefile @@ -23,6 +23,7 @@ USE_GNOME= pygnome2 USE_PYTHON= yes USE_PYDISTUTILS=yes USE_REINPLACE= yes +GCONF_SCHEMAS= revelation.schemas post-patch: @${REINPLACE_CMD} 's#share/#share/gnome/#g' \ diff --git a/security/revelation/pkg-plist b/security/revelation/pkg-plist index 627610b2a79e..1b6e2866aba5 100644 --- a/security/revelation/pkg-plist +++ b/security/revelation/pkg-plist @@ -46,6 +46,8 @@ bin/revelation %%PYTHON_SITELIBDIR%%/revelation/widget.pyo %%PYTHON_SITELIBDIR%%/revelation/io.pyo @dirrm %%PYTHON_SITELIBDIR%%/revelation +@unexec rmdir %D/%%PYTHON_SITELIBDIR%% 2>/dev/null || true +@unexec rmdir %D/%%PYTHON_LIBDIR%% 2>/dev/null || true share/gnome/applications/revelation.desktop share/gnome/pixmaps/revelation.png share/gnome/revelation/pixmaps/account-creditcard.png @@ -65,6 +67,3 @@ share/gnome/revelation/pixmaps/revelation.png share/gnome/revelation/pixmaps/revelation-16x16.png @dirrm share/gnome/revelation/pixmaps @dirrm share/gnome/revelation -@unexec env GCONF_CONFIG_SOURCE=xml::%D/etc/gconf/gconf.xml.defaults gconftool-2 --makefile-uninstall-rule %D/etc/gconf/schemas/revelation.schemas >/dev/null || /usr/bin/true -etc/gconf/schemas/revelation.schemas -@exec env GCONF_CONFIG_SOURCE=xml::%D/etc/gconf/gconf.xml.defaults gconftool-2 --makefile-install-rule %D/etc/gconf/schemas/revelation.schemas >/dev/null || /usr/bin/true |