aboutsummaryrefslogtreecommitdiff
path: root/x11/yelp/Makefile
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2012-05-10 14:34:35 +0000
committerPav Lucistnik <pav@FreeBSD.org>2012-05-10 14:34:35 +0000
commit4a68d8013396f5a347e949d683c55177e31005d6 (patch)
tree39027c0faba2265e13ba4318015993c0940ab105 /x11/yelp/Makefile
parent848c7d8835c844f5f3ae9d0cadb3e2acde1ee461 (diff)
downloadports-4a68d8013396f5a347e949d683c55177e31005d6.tar.gz
ports-4a68d8013396f5a347e949d683c55177e31005d6.zip
- Register ghelp: URL handler with the system mime database, fixes
Help->Contents invocations in GNOME apps PR: ports/167386 Submitted by: Jody Caldwell <jody@calinx.com> Approved by: kwm (gnome)
Notes
Notes: svn path=/head/; revision=296369
Diffstat (limited to 'x11/yelp/Makefile')
-rw-r--r--x11/yelp/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/x11/yelp/Makefile b/x11/yelp/Makefile
index 1cd19df9b729..2588c6cd4597 100644
--- a/x11/yelp/Makefile
+++ b/x11/yelp/Makefile
@@ -8,7 +8,7 @@
PORTNAME= yelp
PORTVERSION= 2.30.2
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= x11 gnome
MASTER_SITES= GNOME
DIST_SUBDIR= gnome2
@@ -50,4 +50,7 @@ LDFLAGS+= -fstack-protector
post-extract:
${RM} -f ${WRKSRC}/data/yelp.schemas
+post-install:
+ @-update-mime-database ${PREFIX}/share/mime
+
.include <bsd.port.post.mk>