p0f v3

Mel Flynn rflynn at acsalaska.net
Sun Mar 18 19:24:01 UTC 2012


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


More information about the freebsd-ports mailing list