diff options
| author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-03-05 16:30:28 +0800 |
|---|---|---|
| committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-03-05 16:30:28 +0800 |
| commit | 210aaf3f8b95705b034c76b78a9b94f225eeecff (patch) | |
| tree | e9fc846bf53325ef67ff04f8e2b5de5f7bb18c63 /games | |
| parent | 46ecf362d26768c8d85feb9258ca434ca9050b16 (diff) | |
| download | marcuscom-ports-210aaf3f8b95705b034c76b78a9b94f225eeecff.tar marcuscom-ports-210aaf3f8b95705b034c76b78a9b94f225eeecff.tar.gz marcuscom-ports-210aaf3f8b95705b034c76b78a9b94f225eeecff.tar.bz2 marcuscom-ports-210aaf3f8b95705b034c76b78a9b94f225eeecff.tar.lz marcuscom-ports-210aaf3f8b95705b034c76b78a9b94f225eeecff.tar.xz marcuscom-ports-210aaf3f8b95705b034c76b78a9b94f225eeecff.tar.zst marcuscom-ports-210aaf3f8b95705b034c76b78a9b94f225eeecff.zip | |
Add manual run update-desktop-database in the post-install target and fix up
x11-fm/nautilus2 for desktopfileutils, post-install target and plist.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@3811 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'games')
| -rw-r--r-- | games/gnome-games/Makefile | 4 | ||||
| -rw-r--r-- | games/gnomegames2/Makefile | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/games/gnome-games/Makefile b/games/gnome-games/Makefile index 566a5d112..80b83ba78 100644 --- a/games/gnome-games/Makefile +++ b/games/gnome-games/Makefile @@ -7,6 +7,7 @@ PORTNAME= gnomegames2 PORTVERSION= 2.9.7 +PORTREVISION= 1 CATEGORIES= games gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/gnome-games/2.9 @@ -50,4 +51,7 @@ post-patch: @${REINPLACE_CMD} -e 's|bin/python|bin/env python|g' \ ${WRKSRC}/libgames-support/games-server.py +post-install: + @-update-desktop-database + .include <bsd.port.post.mk> diff --git a/games/gnomegames2/Makefile b/games/gnomegames2/Makefile index 566a5d112..80b83ba78 100644 --- a/games/gnomegames2/Makefile +++ b/games/gnomegames2/Makefile @@ -7,6 +7,7 @@ PORTNAME= gnomegames2 PORTVERSION= 2.9.7 +PORTREVISION= 1 CATEGORIES= games gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/gnome-games/2.9 @@ -50,4 +51,7 @@ post-patch: @${REINPLACE_CMD} -e 's|bin/python|bin/env python|g' \ ${WRKSRC}/libgames-support/games-server.py +post-install: + @-update-desktop-database + .include <bsd.port.post.mk> |
