diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2012-05-10 14:34:35 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2012-05-10 14:34:35 +0000 |
commit | 4a68d8013396f5a347e949d683c55177e31005d6 (patch) | |
tree | 39027c0faba2265e13ba4318015993c0940ab105 /x11/yelp/Makefile | |
parent | 848c7d8835c844f5f3ae9d0cadb3e2acde1ee461 (diff) |
Notes
Diffstat (limited to 'x11/yelp/Makefile')
-rw-r--r-- | x11/yelp/Makefile | 5 |
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> |