Date: Sat, 14 Jan 2012 00:43:15 +1000 From: Da Rock <freebsd-ports@herveybayaustralia.com.au> To: freebsd-ports@freebsd.org Subject: Re: unassociated shell command Message-ID: <4F104303.6050701@herveybayaustralia.com.au> In-Reply-To: <CADLo83-gGLDV7zMmDg0Qgf8hQ_z3AY2TnmaUKXscF3f8epQg_w@mail.gmail.com> References: <4F0E395B.6020201@herveybayaustralia.com.au> <4F0E4D20.405@missouri.edu> <4F0E5809.4020700@herveybayaustralia.com.au> <4F0E5A92.2050607@missouri.edu> <4F0E5E1E.20904@herveybayaustralia.com.au> <4F0E60B6.4040904@missouri.edu> <20120112062705.GA63861@dormouse.experts-exchange.com> <CADLo839B%2BcXYQwtUDNAO4rUnJc-mfx%2BAnCz19wfmmS8etmSDwQ@mail.gmail.com> <4F0F60CB.6090601@herveybayaustralia.com.au> <CADLo83-gGLDV7zMmDg0Qgf8hQ_z3AY2TnmaUKXscF3f8epQg_w@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On 01/13/12 17:20, Chris Rees wrote: > On 12 January 2012 22:38, Da Rock > <freebsd-ports@herveybayaustralia.com.au> wrote: >> On 01/13/12 07:30, Chris Rees wrote: >>> Also, no, you shouldn't (can't) set Make variables inside a target, as >>> covered before. >>> >>> However... instead of >>> >>> .if defined(NOPORTDOCS) >>> PLIST_SUB etc etc >>> >>> stuff, just remove all the PORTDOCS lines from pkg-plist, and use the >>> magic variable PORTDOCS: >>> >>> PORTDOCS= * >>> >>> :) >> I must be a little slow this morning... I don't get it. How does that work? >> >> I would like to point out also that the docs are 30/70 nss and pam related >> respectively. So if I install without pam then the pam docs are not >> installed. >> > > From Porter's Handbook: > > If a directory is listed in PORTDOCS or matched by a glob pattern from > this variable, the entire subtree of contained files and directories > will be registered in the final packing list. > > Basically, PORTDOCS=* is the same as including find `make -V DOCSDIR` > in the pkg-plist, without the plist bloat and complication. > > http://www.freebsd.org/doc/en/books/porters-handbook/book.html#INSTALL-DOCUMENTATION Thats fantastic! Thanks for pointing it out (again, might have saved some headaches earlier...); I read that handbook front to back, but its not always obvious that 2 and 2 go together unless someone points it out :) Ports looking better than ever now- very lean.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4F104303.6050701>