diff options
author | Jeremy Messenger <mezz@FreeBSD.org> | 2005-02-10 00:07:39 +0000 |
---|---|---|
committer | Jeremy Messenger <mezz@FreeBSD.org> | 2005-02-10 00:07:39 +0000 |
commit | 5b6f8042df9069dc23441d2724f5c1b346eaac71 (patch) | |
tree | 2e366c9b0e652af92be04d790b334a10c194cce5 /print/ggv | |
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 'print/ggv')
-rw-r--r-- | print/ggv/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/print/ggv/Makefile b/print/ggv/Makefile index 997328f26da3..6fed90e70666 100644 --- a/print/ggv/Makefile +++ b/print/ggv/Makefile @@ -7,6 +7,7 @@ PORTNAME= ggv PORTVERSION= 2.8.3 +PORTREVISION= 1 CATEGORIES= print gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME:S/2$//}/2.8 @@ -35,4 +36,7 @@ pre-everything:: @${ECHO_MSG} "" .endif +post-install: + @-update-desktop-database > /dev/null + .include <bsd.port.mk> |