Subject: Re: xpkgwedge and custom PKGMANDIR
To: Jeremy C. Reed <reed@reedmedia.net>
From: Johnny Lam <jlam@pkgsrc.org>
List: tech-pkg
Date: 01/19/2006 09:08:16
Jeremy C. Reed wrote:
> --- pkgtools/xpkgwedge/files/xpkgwedge.def	31 Jul 2004 01:42:06 -0000	1.12
> +++ pkgtools/xpkgwedge/files/xpkgwedge.def	19 Jan 2006 00:56:09 -0000
> @@ -84,6 +84,9 @@
>  #undef ConfigDir
>  #define ConfigDir $(X11_ROOT)/lib/X11/config
>  
> +#undef ManDirectoryRoot
> +#define ManDirectoryRoot Concat(ProjectRoot,/@PKGMANDIR@)
> +

Before you commit this, I want to know how you are planning on handling 
PKGMANDIR in imake-using packages if USE_XPKGWEDGE=no.  I don't believe 
there is anything in the pkgsrc infrastructure to handle this case.

	Cheers,

	-- Johnny Lam <jlam@pkgsrc.org>