diff options
author | mezz <mezz@FreeBSD.org> | 2005-03-17 05:47:50 +0800 |
---|---|---|
committer | mezz <mezz@FreeBSD.org> | 2005-03-17 05:47:50 +0800 |
commit | e3fff4369647efa9b82bf01b3f31b7beb787e9c0 (patch) | |
tree | 9a03ede6457526a00c0f7febc5cd9d3a12a123f7 /security | |
parent | 5d36e7d3c5206660b71dc849ade4c624aa82fba7 (diff) | |
download | freebsd-ports-gnome-e3fff4369647efa9b82bf01b3f31b7beb787e9c0.tar.gz freebsd-ports-gnome-e3fff4369647efa9b82bf01b3f31b7beb787e9c0.tar.zst freebsd-ports-gnome-e3fff4369647efa9b82bf01b3f31b7beb787e9c0.zip |
Fully-qualify the path to update-desktop-database and update-mime-database in
the plist since /usr/local/bin isn't in pkg_add's PATH. Bump the PORTREVISION.
Diffstat (limited to 'security')
-rw-r--r-- | security/seahorse/Makefile | 1 | ||||
-rw-r--r-- | security/seahorse/pkg-plist | 8 |
2 files changed, 5 insertions, 4 deletions
diff --git a/security/seahorse/Makefile b/security/seahorse/Makefile index bba75d834ce0..f879683460d7 100644 --- a/security/seahorse/Makefile +++ b/security/seahorse/Makefile @@ -7,6 +7,7 @@ PORTNAME= seahorse PORTVERSION= 0.7.6 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR=sources/${PORTNAME}/0.7 diff --git a/security/seahorse/pkg-plist b/security/seahorse/pkg-plist index 7d7410e04bc9..b50404ae6a1e 100644 --- a/security/seahorse/pkg-plist +++ b/security/seahorse/pkg-plist @@ -12,7 +12,7 @@ share/gnome/applications/seahorse.desktop share/gnome/control-center-2.0/capplets/seahorse-pgp-preferences.desktop share/gnome/applications/seahorse-pgp-encrypted.desktop share/gnome/applications/seahorse-pgp-signature.desktop -@exec update-desktop-database > /dev/null || /usr/bin/true +@exec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true share/gnome/help/seahorse/C/figures/export.png share/gnome/help/seahorse/C/figures/file-manager.png share/gnome/help/seahorse/C/figures/generate.png @@ -94,6 +94,6 @@ share/locale/zh_CN/LC_MESSAGES/seahorse.mo @dirrm share/gnome/omf/seahorse @dirrm share/gnome/seahorse/glade @dirrm share/gnome/seahorse -@exec update-mime-database %D/share/mime -@unexec update-mime-database %D/share/mime -@unexec update-desktop-database > /dev/null || /usr/bin/true +@exec %%LOCALBASE%%/bin/update-mime-database %D/share/mime +@unexec %%LOCALBASE%%/bin/update-mime-database %D/share/mime +@unexec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true |