From a8db28229eb7f1372aac0722f875bab7e7e0965b Mon Sep 17 00:00:00 2001 From: krion Date: Sat, 7 Aug 2004 19:13:50 +0000 Subject: Update to version 0.5.2 PR: ports/70116 Submitted by: Ports Fury --- games/six/Makefile | 4 +++- games/six/distinfo | 4 ++-- games/six/pkg-plist | 2 ++ 3 files changed, 7 insertions(+), 3 deletions(-) (limited to 'games') diff --git a/games/six/Makefile b/games/six/Makefile index 84d6d12bed55..e8f5748f5aa5 100644 --- a/games/six/Makefile +++ b/games/six/Makefile @@ -5,7 +5,7 @@ # $FreeBSD$ PORTNAME= six -PORTVERSION= 0.5.1 +PORTVERSION= 0.5.2 CATEGORIES= games kde MASTER_SITES= http://six.retes.hu/download/ @@ -23,5 +23,7 @@ post-patch: @${REINPLACE_CMD} -e \ 's,-lkdeprint$$,$$(LIB_KDEPRINT) $$(LIBPTHREAD),g' \ ${WRKSRC}/six/Makefile.in + @${REINPLACE_CMD} -e \ + 's,,,g' ${WRKSRC}/six/batch.h .include diff --git a/games/six/distinfo b/games/six/distinfo index 1fe8b4629123..c94763cd951b 100644 --- a/games/six/distinfo +++ b/games/six/distinfo @@ -1,2 +1,2 @@ -MD5 (six-0.5.1.tar.gz) = 562b6bb1f574b73a0c5324cfc6676fb2 -SIZE (six-0.5.1.tar.gz) = 815737 +MD5 (six-0.5.2.tar.gz) = 129da56864fc2ca8c8c949dcc2239604 +SIZE (six-0.5.2.tar.gz) = 927829 diff --git a/games/six/pkg-plist b/games/six/pkg-plist index 831e483cf172..45a4c4ceefbd 100644 --- a/games/six/pkg-plist +++ b/games/six/pkg-plist @@ -21,3 +21,5 @@ share/icons/locolor/32x32/apps/six.png share/mimelnk/application/vnd.kde.six.desktop @dirrm share/doc/HTML/en/six @dirrm share/apps/six +@unexec rmdir %D/share/applnk/Games/Board 2>/dev/null || true +@unexec rmdir %D/share/applnk/Games 2>/dev/null || true -- cgit