Re: prevent overwriting custom make options in ports

2008-06-11 Thread Anton Shterenlikht
On Mon, Jun 09, 2008 at 03:33:01PM +0100, Anton Shterenlikht wrote: I use ports/lang/gcc42. I set WITHOUT_JAVA=yes in the Makefile. However, with each tree update this option is overwritten, so I have to edit the Makefile each time I update the port. What is the best way to preserve my

prevent overwriting custom make options in ports

2008-06-09 Thread Anton Shterenlikht
I use ports/lang/gcc42. I set WITHOUT_JAVA=yes in the Makefile. However, with each tree update this option is overwritten, so I have to edit the Makefile each time I update the port. What is the best way to preserve my custom setting, add an environment variable? many thanks anton -- Anton

Re: prevent overwriting custom make options in ports

2008-06-09 Thread Roland Smith
On Mon, Jun 09, 2008 at 03:33:01PM +0100, Anton Shterenlikht wrote: I use ports/lang/gcc42. I set WITHOUT_JAVA=yes in the Makefile. However, with each tree update this option is overwritten, so I have to edit the Makefile each time I update the port. What is the best way to preserve my

Re: prevent overwriting custom make options in ports

2008-06-09 Thread Tijl Coosemans
On Monday 09 June 2008 16:33:01 Anton Shterenlikht wrote: I use ports/lang/gcc42. I set WITHOUT_JAVA=yes in the Makefile. However, with each tree update this option is overwritten, so I have to edit the Makefile each time I update the port. What is the best way to preserve my custom