diff options
author | mezz <mezz@FreeBSD.org> | 2005-02-10 08:07:39 +0800 |
---|---|---|
committer | mezz <mezz@FreeBSD.org> | 2005-02-10 08:07:39 +0800 |
commit | 00d6df7d64528912a3f8ce30f146cb996fce67d2 (patch) | |
tree | 4db7eb2c40f44821a9e2dce4ae9137dd3a23f4a6 /games/gnome-games | |
parent | a386a3d76a0a8c0c72a3f37d6866a0a8019a6f57 (diff) | |
download | freebsd-ports-gnome-00d6df7d64528912a3f8ce30f146cb996fce67d2.tar.gz freebsd-ports-gnome-00d6df7d64528912a3f8ce30f146cb996fce67d2.tar.zst freebsd-ports-gnome-00d6df7d64528912a3f8ce30f146cb996fce67d2.zip |
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
Diffstat (limited to 'games/gnome-games')
-rw-r--r-- | games/gnome-games/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/games/gnome-games/Makefile b/games/gnome-games/Makefile index 771097dfc030..66f2e916061b 100644 --- a/games/gnome-games/Makefile +++ b/games/gnome-games/Makefile @@ -7,6 +7,7 @@ PORTNAME= gnomegames2 PORTVERSION= 2.8.2 +PORTREVISION= 1 CATEGORIES= games gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/gnome-games/2.8 @@ -41,4 +42,7 @@ post-patch: @${FIND} ${WRKSRC} -name "*.[ch]" | ${XARGS} ${REINPLACE_CMD} -e \ 's|malloc\.h|stdlib.h|g' +post-install: + @-update-desktop-database > /dev/null + .include <bsd.port.mk> |