diff options
Diffstat (limited to 'security/seahorse/Makefile')
-rw-r--r-- | security/seahorse/Makefile | 5 |
1 files changed, 1 insertions, 4 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> |