portupgrade: -M in pkgtools.conf?

Vivek Khera vivek at khera.org
Thu Jul 15 06:56:39 PDT 2004


On Jul 14, 2004, at 9:43 PM, Chris Pepper wrote:

> 	"portinstall -M MAIL_GID=mailman" works, but I'd like to set it in 
> pkgtools.conf. I use MAKE_ARGS, which corresponds to -m, but nothing 
> equivalent to -M. Is there a way to do this? Should I file a feature 
> request PR against portupgrade?
>

I use this in pkgtools.conf which works just fine:

   MAKE_ARGS = {
         'mail/mailman' => 'MAIL_GID=mailman',
         'databases/postgresql7' => '-DWITHOUT_SERVER',
         .....
   }

keeps everything sane during portupgrade as well :-)



More information about the freebsd-ports mailing list