summaryrefslogtreecommitdiff
path: root/www/epiphany
diff options
context:
space:
mode:
authorJeremy Messenger <mezz@FreeBSD.org>2005-02-10 00:07:39 +0000
committerJeremy Messenger <mezz@FreeBSD.org>2005-02-10 00:07:39 +0000
commit5b6f8042df9069dc23441d2724f5c1b346eaac71 (patch)
tree2e366c9b0e652af92be04d790b334a10c194cce5 /www/epiphany
parent- Fix bug where configuration file would not get read (diff)
Add manual to update the mimetype database, it seems like GNOME developers
have removed the auto-update mimetype database for some reason. Maybe, they have forgotten about it or else... Reviewed by: marcus
Notes
Notes: svn path=/head/; revision=128434
Diffstat (limited to 'www/epiphany')
-rw-r--r--www/epiphany/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/www/epiphany/Makefile b/www/epiphany/Makefile
index ac530c25b672..f9cd911f8913 100644
--- a/www/epiphany/Makefile
+++ b/www/epiphany/Makefile
@@ -7,6 +7,7 @@
PORTNAME= epiphany
PORTVERSION= 1.4.7
+PORTREVISION= 1
CATEGORIES= www gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/${PORTNAME}/1.4
@@ -99,7 +100,8 @@ post-configure:
> ${WRKDIR}/epiphany
post-install:
- @${MV} -f ${PREFIX}/bin/epiphany ${PREFIX}/bin/epiphany-bin
- ${INSTALL_SCRIPT} ${WRKDIR}/epiphany ${PREFIX}/bin
+ @${MV} -f ${PREFIX}/bin/epiphany ${PREFIX}/bin/epiphany-bin
+ ${INSTALL_SCRIPT} ${WRKDIR}/epiphany ${PREFIX}/bin
+ @-update-desktop-database > /dev/null
.include <bsd.port.post.mk>