Defining MAKE_ARGS in pkgtools.conf

2005-01-12 Thread Bill Schmitt (SW)
I'm trying to define some arguments in pkgtools.conf to use in a portinstall of moregroupware (deskutils/moregroupware). I haven't used pkgtools.conf before, and I'm apparently doing something wrong. I'm doing this under FBSD 4.9. In the Makefile, there is a section that states: .if defined(WIT

Re: Defining MAKE_ARGS in pkgtools.conf

2005-01-12 Thread Giorgos Keramidas
On 2005-01-12 18:28, "Bill Schmitt (SW)" <[EMAIL PROTECTED]> wrote: > So, in the pkgtools.conf file, I added: > > MAKE_ARGS = { > 'deskutils/moregroupware' => 'WITH_APACHE2 WITH_MODULES' > } > > But, when I execute portupgrade moregroupware, I receive a message that > states: > > make: don't know

Re: Defining MAKE_ARGS in pkgtools.conf

2005-01-12 Thread Bill Schmitt (SW)
Giorgos Keramidas wrote: On 2005-01-12 18:28, "Bill Schmitt (SW)" <[EMAIL PROTECTED]> wrote: So, in the pkgtools.conf file, I added: MAKE_ARGS = { 'deskutils/moregroupware' => 'WITH_APACHE2 WITH_MODULES' } But, when I execute portupgrade moregroupware, I receive a message that states: make: don't

Re: Defining MAKE_ARGS in pkgtools.conf

2005-01-12 Thread Murray Taylor
On Thu, 2005-01-13 at 10:28, Bill Schmitt (SW) wrote: > I'm trying to define some arguments in pkgtools.conf to use in a > portinstall of moregroupware (deskutils/moregroupware). I haven't used > pkgtools.conf before, and I'm apparently doing something wrong. I'm > doing this under FBSD 4.9. >