Subject: Re: pkg/34215: games/grhino
To: None <pkg-manager@netbsd.org, gnats-admin@netbsd.org,>
From: Joerg Sonnenberger <joerg@britannica.bec.de>
List: pkgsrc-bugs
Date: 08/16/2006 18:15:08
The following reply was made to PR pkg/34215; it has been noted by GNATS.
From: Joerg Sonnenberger <joerg@britannica.bec.de>
To: gnats-bugs@NetBSD.org
Cc:
Subject: Re: pkg/34215: games/grhino
Date: Wed, 16 Aug 2006 20:09:47 +0200
On Wed, Aug 16, 2006 at 05:50:01PM +0000, Gilles Dauphin wrote:
> > > if [ ! -e "/usr/pkg/bin" ]; then \
> > > mkdir -p "/usr/pkg/bin"; \
> > > chmod 755 "/usr/pkg/bin"; \
> > > fi
> >
> > Whoever wants to fix this, please just kill that check.
>
> I think the patch i send is correct. (gmake + Makefile.in) because i show
> you just a peace of Makefile.in:
I didn't say it is wrong, just that this complete target should be
killed and INSTALLATION_DIRS be set appropiately.
Joerg