pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: pkg/42690: [pkgtools/lintpkgsrc] Checking file-check failure



The following reply was made to PR pkg/42690; it has been noted by GNATS.

From: Bernd Ernesti <netbsd%lists.veego.de@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc: 
Subject: Re: pkg/42690: [pkgtools/lintpkgsrc] Checking file-check failure
Date: Fri, 29 Jan 2010 19:45:44 +0100

 On Fri, Jan 29, 2010 at 09:10:00AM +0000, Ryo HAYASAKA wrote:
 > >Description:
 > My /etc/mk.conf includes:
 > 
 > MANINSTALL=maninstall
 > MANZ=yes
 
 MANINSTALL is a flag for NetBSD Makefiles and setting it outside a BSD_PKG_MK 
check
 in mk.conf asks for problems like you got.
 
 .ifdef BSD_PKG_MK
 XXXX
 .else
 MANINSTALL=maninstall
 MANZ=yes
 .endif
 


Home | Main Index | Thread Index | Old Index