diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2007-10-24 23:37:25 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2007-10-24 23:37:25 +0000 |
commit | 4acc6fb2a411b291c9c210d82bafe7c62e71c77d (patch) | |
tree | bc16420eb52d65511ceb520c00171d219210a473 /security/gpass | |
parent | 97dfcc1b41c5b4581b1d73128a866beec069c5bf (diff) |
Notes
Diffstat (limited to 'security/gpass')
-rw-r--r-- | security/gpass/Makefile | 2 | ||||
-rw-r--r-- | security/gpass/pkg-plist | 5 |
2 files changed, 4 insertions, 3 deletions
diff --git a/security/gpass/Makefile b/security/gpass/Makefile index 2f94e387f7c0..205ff66a8be7 100644 --- a/security/gpass/Makefile +++ b/security/gpass/Makefile @@ -7,7 +7,7 @@ PORTNAME= gpass PORTVERSION= 0.5.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= security gnome MASTER_SITES= http://projects.netlab.jp/gpass/release/ diff --git a/security/gpass/pkg-plist b/security/gpass/pkg-plist index 9910308dc5b2..4400601aeb07 100644 --- a/security/gpass/pkg-plist +++ b/security/gpass/pkg-plist @@ -1,7 +1,7 @@ bin/gpass bin/gpass-convert -share/gnome/applications/gpass.desktop -share/gnome/pixmaps/gpass-icon.png +share/applications/gpass.desktop +share/pixmaps/gpass-icon.png %%DATADIR%%/attribute-editor.glade %%DATADIR%%/authentication.glade %%DATADIR%%/change-master-password.glade @@ -15,3 +15,4 @@ share/gnome/pixmaps/gpass-icon.png @dirrm %%DATADIR%% @exec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true @unexec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true +@dirrmtry share/applications |