From owner-svn-ports-head@FreeBSD.ORG Tue Oct 22 20:48:27 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id B541FD2D; Tue, 22 Oct 2013 20:48:27 +0000 (UTC) (envelope-from william88@gmail.com) Received: from mail-lb0-x231.google.com (mail-lb0-x231.google.com [IPv6:2a00:1450:4010:c04::231]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id B1C422720; Tue, 22 Oct 2013 20:48:26 +0000 (UTC) Received: by mail-lb0-f177.google.com with SMTP id u14so16816lbd.8 for ; Tue, 22 Oct 2013 13:48:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=Wf/vuOG5QQhazQkERObd35SBvebwRmE1EU75h+CgnII=; b=j9yptLMFgmRrH7e7iziR3S+dhvBSp2I40Ad5An9sDZYpAJXYhb+P7L31T/q7opRQVR cEQ4IuNz4TMO3jehyw5+QeWm9TRRwJaSE/p2yVurV44ZcWrQawFP7OYf9+9IV/KzxM8W 6JpO1VRZ1cZbafFpZ0u7CM4bP3kCNdrtU5zb5xlMb5jn+D7OGOk0MlJTwpoKwM8sGHO6 wdMDDh5NzSBQKIlzH8tEs9lkguS1QzeCtA7pdEqeZegAkokIHPLc9vUQyyLUsdGJC8+9 3lXROGv7kpPQH2byIu86KzDu7mdU8jud5eYb7fuOziSa1q+xmYbK6IkIjlhEp6ZufAtR PNkA== MIME-Version: 1.0 X-Received: by 10.112.131.68 with SMTP id ok4mr14335161lbb.13.1382474904138; Tue, 22 Oct 2013 13:48:24 -0700 (PDT) Received: by 10.114.176.34 with HTTP; Tue, 22 Oct 2013 13:48:24 -0700 (PDT) In-Reply-To: <201310222044.r9MKioq5038715@svn.freebsd.org> References: <201310222044.r9MKioq5038715@svn.freebsd.org> Date: Tue, 22 Oct 2013 18:48:24 -0200 Message-ID: Subject: Re: svn commit: r331318 - head/archivers/amigadepacker From: William Grzybowski To: Emanuel Haupt Content-Type: text/plain; charset=ISO-8859-1 Cc: "svn-ports-head@freebsd.org" , "svn-ports-all@freebsd.org" , ports-committers X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Oct 2013 20:48:27 -0000 On Tue, Oct 22, 2013 at 6:44 PM, Emanuel Haupt 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