Date: Fri, 19 Aug 2016 16:02:37 +0200 From: Jochen Neumeister <jochen@jochen-neumeister.de> To: Mathieu Arnold <mat@FreeBSD.org>, freebsd-ports@freebsd.org Subject: Re: question about Makefile from net/abills Message-ID: <3050665d-4637-11c1-da31-018667801b1f@jochen-neumeister.de> In-Reply-To: <D15575CD4D9CA5A50E9F4887@ogg.in.absolight.net> References: <48be4748-0016-f0e0-5fd2-bd40c329d2ad@jochen-neumeister.de> <D15575CD4D9CA5A50E9F4887@ogg.in.absolight.net>
next in thread | previous in thread | raw e-mail | index | archive | help
> > +--On 19 août 2016 11:59:20 +0200 Jochen Neumeister > <jochen@jochen-neumeister.de> wrote: > | Hi there, > | > | I'm just trying to port net/abills. > | > | Now, i testing the port with portlint: > | > |# portlint > | WARN: Makefile: possible use of absolute pathname "/usr/abills". > | WARN: Makefile: possible use of absolute pathname "/usr/bin/perl". > | 0 fatal errors and 2 warnings found. > | > | > | Now my question: how can I write the Makefile otherwise it is ok? > > The Makefile is OK, portlint tells you "hey, you're using /usr/bin/perl, > make sure it's right". > > Most of the time, portlint is a pain, it is a static lint tool, and thus, > does not try to understand what you are doing, it just see things, and > report them. Nobody should try to fix all the warnings it outputs. > Okay, thank you for the feedback.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3050665d-4637-11c1-da31-018667801b1f>