p0f v3
Chris Rees
utisoft at gmail.com
Sun Mar 18 19:33:45 UTC 2012
On 18 Mar 2012 19:24, "Mel Flynn" <rflynn at acsalaska.net> wrote:
>
> 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
In all honesty, PORTDOCS lines in pkg-plist are rarely necessary. You're
nearly always better off with PORTDOCS= * in the Makefile. Saves the size
of a ports checkout too :)
Chris
More information about the freebsd-ports
mailing list