diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-08-13 00:51:34 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-08-13 00:51:34 +0800 |
commit | 962784dd8b8d026386182a8fdf6966e445591968 (patch) | |
tree | f1736f24b18087c247f304a075afac53e0f1c849 | |
parent | 27801565762eeb70729db364765ca33c9a9f4f10 (diff) | |
download | marcuscom-ports-962784dd8b8d026386182a8fdf6966e445591968.tar marcuscom-ports-962784dd8b8d026386182a8fdf6966e445591968.tar.gz marcuscom-ports-962784dd8b8d026386182a8fdf6966e445591968.tar.bz2 marcuscom-ports-962784dd8b8d026386182a8fdf6966e445591968.tar.lz marcuscom-ports-962784dd8b8d026386182a8fdf6966e445591968.tar.xz marcuscom-ports-962784dd8b8d026386182a8fdf6966e445591968.tar.zst marcuscom-ports-962784dd8b8d026386182a8fdf6966e445591968.zip |
This port no longer needs to call update-desktop-database.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@11283 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | security/seahorse/Makefile | 5 | ||||
-rw-r--r-- | security/seahorse/pkg-plist | 2 |
2 files changed, 1 insertions, 6 deletions
diff --git a/security/seahorse/Makefile b/security/seahorse/Makefile index b0bf8eaf9..13c46bde1 100644 --- a/security/seahorse/Makefile +++ b/security/seahorse/Makefile @@ -3,7 +3,7 @@ # Whom: Dave McKay <dave@mu.org> # # $FreeBSD$ -# $MCom: ports/security/seahorse/Makefile,v 1.65 2008/07/25 16:36:17 marcus Exp $ +# $MCom: ports/security/seahorse/Makefile,v 1.66 2008/08/05 05:13:50 marcus Exp $ # PORTNAME= seahorse @@ -70,7 +70,4 @@ post-patch: @${REINPLACE_CMD} -e 's|" == "|" = "|g' \ ${WRKSRC}/configure -post-install: - -@update-desktop-database - .include <bsd.port.post.mk> diff --git a/security/seahorse/pkg-plist b/security/seahorse/pkg-plist index 3a2181ad7..1c97c82b9 100644 --- a/security/seahorse/pkg-plist +++ b/security/seahorse/pkg-plist @@ -336,8 +336,6 @@ share/pixmaps/seahorse/scalable/seahorse.svg @dirrm share/gnome/help/seahorse @dirrm lib/seahorse @dirrm include/libcryptui -@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 @dirrmtry share/locale/zh_HK/LC_MESSAGES @dirrmtry share/locale/zh_HK |