Date: Fri, 13 Jan 2012 07:20:05 +0000 From: Chris Rees <crees@freebsd.org> To: Da Rock <freebsd-ports@herveybayaustralia.com.au> Cc: freebsd-ports@freebsd.org Subject: Re: unassociated shell command Message-ID: <CADLo83-gGLDV7zMmDg0Qgf8hQ_z3AY2TnmaUKXscF3f8epQg_w@mail.gmail.com> In-Reply-To: <4F0F60CB.6090601@herveybayaustralia.com.au> 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>
next in thread | previous in thread | raw e-mail | index | archive | help
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=3D =A0 =A0 =A0 * >> >> :) > > I must be a little slow this morning... I don't get it. How does that wor= k? > > I would like to point out also that the docs are 30/70 nss and pam relate= d > 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=3D* 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-DOCU= MENTATION Chris
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CADLo83-gGLDV7zMmDg0Qgf8hQ_z3AY2TnmaUKXscF3f8epQg_w>