svn commit: r331318 - head/archivers/amigadepacker

William Grzybowski william88 at gmail.com
Tue Oct 22 20:48:27 UTC 2013


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.



-- 
William Grzybowski
------------------------------------------
Curitiba/PR - Brasil


More information about the svn-ports-head mailing list