Subject: Re: pkg/34215: games/grhino
To: None <pkg-manager@netbsd.org, gnats-admin@netbsd.org,>
From: Gilles Dauphin <Gilles.Dauphin@enst.fr>
List: pkgsrc-bugs
Date: 08/17/2006 08:10:04
The following reply was made to PR pkg/34215; it has been noted by GNATS.

From: Gilles Dauphin <Gilles.Dauphin@enst.fr>
To: pkg-manager@NetBSD.org, gnats-admin@NetBSD.org,
	gnats-bugs@NetBSD.org
Cc: joerg@britannica.bec.de
Subject: Re: pkg/34215: games/grhino
Date: Thu, 17 Aug 2006 10:06:21 +0200 (CEST)

 --Tiding_of_Magpies_861_000
 Content-Type: TEXT/plain; charset=us-ascii
 Content-MD5: Bz4rqwDJjO/aFrNOPuitZQ==
 
  
 >  I didn't say it is wrong, just that this complete target should be
 >  killed and INSTALLATION_DIRS be set appropiately.
 
 That's ok now , I hope,
 Makefile and patch in attachment
 
 (patch is not needed now, but... )
 Cheers 
 Gilles
 
 --Tiding_of_Magpies_861_000
 Content-Type: TEXT/x-sun-Makefile; name=Makefile; charset=us-ascii; x-unix-mode=0644
 Content-Description: Makefile
 Content-MD5: cZfueGeE7mI3KPvh+6VSHA==
 
 # $NetBSD: Makefile,v 1.27 2006/08/06 10:27:57 ghen Exp $
 #
 
 DISTNAME=		grhino-0.15.1
 CATEGORIES=		games
 MASTER_SITES=		${MASTER_SITE_SOURCEFORGE:=rhino/}
 
 MAINTAINER=		pkgsrc-users@NetBSD.org
 HOMEPAGE=		http://rhino.sourceforge.net/
 COMMENT=		Othello (Reversi) engine
 
 USE_LANGUAGES=		c c++
 USE_TOOLS+=		pkg-config msgfmt gmake
 GNU_CONFIGURE=		yes
 USE_DIRS+=		gnome2-1.5
 USE_PKGLOCALEDIR=	yes
 
 INSTALLATION_DIRS+=	bin 
 INSTALLATION_DIRS+=	share/${DISTNAME}/pattern
 INSTALLATION_DIRS+=	share/${DISTNAME}/book
 INSTALLATION_DIRS+=	share/${DISTNAME}/theme
 INSTALLATION_DIRS+=	share/${DISTNAME}/theme/small
 INSTALLATION_DIRS+=	share/gnome/help/grhino
 INSTALLATION_DIRS+=	share/gnome/help/grhino/C
 INSTALLATION_DIRS+=	share/gnome/help/grhino/C/figures
 
 .include "../../devel/libgnomeui/buildlink3.mk"
 .include "../../textproc/scrollkeeper/omf.mk"
 .include "../../mk/pthread.buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
 
 --Tiding_of_Magpies_861_000
 Content-Type: TEXT/plain; name=patch-da; charset=us-ascii; x-unix-mode=0644
 Content-Description: patch-da
 Content-MD5: zUsFdjfxzUzcv/b9okMtgg==
 
 --- Makefile.in.orig	Sat Aug  5 13:30:22 2006
 +++ Makefile.in	Thu Aug 17 09:44:09 2006
 @@ -24,7 +24,7 @@
  PACKAGE		= @PACKAGE@
  VERSION		= @VERSION@
  
 -SHELL		= /bin/sh
 +SHELL		= @SHELL@
  @SET_MAKE@
  
  srcdir		= @srcdir@
 @@ -477,7 +477,7 @@
  		chmod 755 "$(helpdir)/C/figures"; \
  	fi
  
 -install : install_mkdir
 +install :
  	-$(INSTALL_PROGRAM) grhino "$(bindir)/grhino"
  	-$(INSTALL_PROGRAM) gtp-rhino "$(bindir)/gtp-rhino"
  	$(INSTALL_DATA) "$(srcdir)/row1.bin" "$(pattern_dir)/row1.bin"
 
 --Tiding_of_Magpies_861_000--