diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2008-04-05 20:32:30 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2008-04-05 20:32:30 +0000 |
commit | 5a9a09af5dd0f3a203c0d854e22a1e735e7ff3bf (patch) | |
tree | 09dd3c59a7cc1d6cb053bf8389079822f3d2dcb2 /games/belooted/Makefile | |
parent | 4916f02cd8e2ed87f46cbd0a30fc2ef3983aafc4 (diff) | |
download | ports-5a9a09af5dd0f3a203c0d854e22a1e735e7ff3bf.tar.gz ports-5a9a09af5dd0f3a203c0d854e22a1e735e7ff3bf.zip |
Notes
Diffstat (limited to 'games/belooted/Makefile')
-rw-r--r-- | games/belooted/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/games/belooted/Makefile b/games/belooted/Makefile index 7444c62146ee..3191c03bc91d 100644 --- a/games/belooted/Makefile +++ b/games/belooted/Makefile @@ -6,14 +6,14 @@ # PORTNAME= belooted -PORTVERSION= 0.1.3 +PORTVERSION= 0.1.4.1 CATEGORIES= games MASTER_SITES= http://boby.joe.free.fr/dev/belooted/files/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= ganael.laplanche@martymac.com COMMENT= A popular 32-card trick-taking game played in France -USE_GNOME= gtk20 +USE_GNOME= gtk20 desktopfileutils USE_GMAKE= yes GNU_CONFIGURE= yes @@ -28,6 +28,7 @@ post-install: .for doc in ${PORTDOCS} @${INSTALL_DATA} ${WRKSRC}/${doc} ${DOCSDIR} .endfor + @-update-desktop-database .endif .include <bsd.port.mk> |