On 18 Mar 2012 19:24, "Mel Flynn" <rfl...@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
_______________________________________________
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"

Reply via email to