Re: how to support STAGEDIR with GNU autoconf

2014-06-09 Thread Dirk Jagdmann
With good luck the Makefile in the source of this port uses $(DESTDIR) so everything goes well. It used some other variable, but after I set that one to $(DESTDIR) it is working fine. -- ---> Dirk Jagdmann > http://cubic.org/~doj -> http://llg.cubic.org __

Re: how to support STAGEDIR with GNU autoconf

2014-06-07 Thread olli hauer
On 2014-06-07 22:41, Dirk Jagdmann wrote: > I'm looking at changing the devel/quilt port to support stageing. I've read > the manual and know that there will be a variable STAGEDIR defined somewhere. > But where exactly? It seems it is defined in the environment of the FreeBSD > ports Makefile,

how to support STAGEDIR with GNU autoconf

2014-06-07 Thread Dirk Jagdmann
I'm looking at changing the devel/quilt port to support stageing. I've read the manual and know that there will be a variable STAGEDIR defined somewhere. But where exactly? It seems it is defined in the environment of the FreeBSD ports Makefile, but it is not available as a unix shell environmen