Subject: Re: Several WRKSRCes?
To: Torsten Sadowski <moehl@akaflieg.extern.tu-berlin.de>
From: Dr. Rene Hexel <rh@cit.gu.edu.au>
List: tech-pkg
Date: 10/09/2002 08:00:37
On Wed, 2002-10-09 at 07:23, Torsten Sadowski wrote:

> How can I give several WRKSRC directories to a package?

  You can't.  But you can set CONFIGURE_DIRS, BUILD_DIRS (which default
to WRKSRC), and INSTALL_DIRS (defaulting to BUILD_DIRS) to more than one
directory, which will cause configuring, building, and installing to be
performed in more than one directory.  E.g.:

CONFIGURE_DIRS= ${WRKSRC} ${WRKSRC}/contrib
BUILD_DIRS=     ${CONFIGURE_DIRS} ${WRKDIR}/foo


  Cheers
      ,
   Rene