svn commit: r331318 - head/archivers/amigadepacker

Emanuel Haupt ehaupt at FreeBSD.org
Tue Oct 22 21:16:07 UTC 2013


William Grzybowski <william88 at gmail.com> wrote:
> On Tue, Oct 22, 2013 at 6:44 PM, Emanuel Haupt <ehaupt at freebsd.org>
> wrote:
> > Author: ehaupt
> > Date: Tue Oct 22 20:44:50 2013
> > New Revision: 331318
> > URL: http://svnweb.freebsd.org/changeset/ports/331318
> >
> > Log:
> >   Support staging
> >
> > Modified:
> >   head/archivers/amigadepacker/Makefile
> >
> > Modified: head/archivers/amigadepacker/Makefile
> > ==============================================================================
> > --- head/archivers/amigadepacker/Makefile       Tue Oct 22 20:38:29
> > 2013        (r331317) +++
> > head/archivers/amigadepacker/Makefile       Tue Oct 22 20:44:50
> > 2013        (r331318) @@ -12,22 +12,20 @@ COMMENT=    Tool for
> > depacking some compres
> >
> >  LICENSE=       GPLv2
> >
> > -NO_STAGE=      yes
> >  HAS_CONFIGURE= yes
> >  USE_BZIP2=     yes
> >  USE_CSTD=      gnu89
> >
> > -CONFIGURE_ARGS+=       --prefix=${PREFIX}
> > +CONFIGURE_ARGS+=       --prefix=${STAGEDIR}${PREFIX}
> 
> Someone correct me if I'm wrong but I think --prefix should stay as
> is, otherwise it may link using stagedir and not work after install.
> make DESTDIR is used to install within stagedir.

You're right.

I've just fixed it.

Emanuel


More information about the svn-ports-head mailing list