diff options
author | Jeremy Messenger <mezz@FreeBSD.org> | 2005-03-16 21:47:50 +0000 |
---|---|---|
committer | Jeremy Messenger <mezz@FreeBSD.org> | 2005-03-16 21:47:50 +0000 |
commit | c1d95aab80a9551d7e7451ed91c8342ef63d180c (patch) | |
tree | 160c88fc7eaf076c5074f663eb9288c0a8dd1cc0 /security/seahorse | |
parent | 6e2ca19b4056765bbdcad096ab506094f41194ad (diff) | |
download | ports-c1d95aab80a9551d7e7451ed91c8342ef63d180c.tar.gz ports-c1d95aab80a9551d7e7451ed91c8342ef63d180c.zip |
Notes
Diffstat (limited to 'security/seahorse')
-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 |