diff options
-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 |