Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 18 Mar 2012 20:23:52 +0100
From:      Mel Flynn <rflynn@acsalaska.net>
To:        Kurt Jaeger <lists@opsec.eu>
Cc:        freebsd-ports@freebsd.org
Subject:   Re: p0f v3
Message-ID:  <4F663648.9010708@acsalaska.net>
In-Reply-To: <20120318170142.GR44287@home.opsec.eu>
References:  <op.wa58zste34t2sn@tech304> <20120315162831.GQ44287@home.opsec.eu> <20120318170142.GR44287@home.opsec.eu>

next in thread | previous in thread | raw e-mail | index | archive | help
On 3/18/2012 18:01, Kurt Jaeger wrote:
> Hi!
> 
>> I'll give it a try.
> 
> I prepared a patch, see
> 
> http://www.freebsd.org/cgi/query-pr.cgi?pr=166224
> 
> It still has an issue with the pkg-plist and I would appreciate
> hints on what's wrong.
You replaced in Makefile:
PORTDOCS=       COPYING CREDITS ChangeLog KNOWN_BUGS README TODO
win-memleak.txt

With in pkg-plist:
share/doc/p0f/COPYING

The PORTDOCS variable respects NOPORTDOCS and does all the automatic
pkg-plist stuff.
If you want to do it in pkg-plist the line would be:
%%PORTDOCS%%%%DOCSDIR%%/COPYING

Details:
http://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/install.html#INSTALL-DOCUMENTATION
-- 
Mel



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4F663648.9010708>