aboutsummaryrefslogtreecommitdiff
path: root/games/gnome-games
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 /games/gnome-games
parenteebd2a448b999eeb929489f035ea0ccd994c3e4b (diff)
downloadports-5b6f8042df9069dc23441d2724f5c1b346eaac71.tar.gz
ports-5b6f8042df9069dc23441d2724f5c1b346eaac71.zip
Notes
Diffstat (limited to 'games/gnome-games')
-rw-r--r--games/gnome-games/Makefile4
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>