Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 23 Sep 2013 06:09:13 +0000
From:      Alexey Dokuchaev <danfe@FreeBSD.org>
To:        Baptiste Daroussin <bapt@FreeBSD.org>
Cc:        svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org
Subject:   Re: svn commit: r327917 - head/devel/pkgconf
Message-ID:  <20130923060912.GA68267@FreeBSD.org>
In-Reply-To: <201309230606.r8N667Vr068636@svn.freebsd.org>
References:  <201309230606.r8N667Vr068636@svn.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, Sep 23, 2013 at 06:06:07AM +0000, Baptiste Daroussin wrote:
> New Revision: 327917
> URL: http://svnweb.freebsd.org/changeset/ports/327917
> 
> @@ -19,8 +19,7 @@ USE_BZIP2=	yes
>  
>  CONFLICTS_INSTALL=	pkg-config-*
>  
> -NO_STAGE=	yes
>  post-install:
> -	${LN} -sf ${PREFIX}/bin/pkgconf ${PREFIX}/bin/pkg-config
> +	cd ${STAGEDIR}${PREFIX}/bin && ${LN} -sf pkgconf pkg-config

May I vote for

	${LN} -sf pkgconf ${STAGEDIR}${PREFIX}/bin/pkg-config

being preferred instead as more readable and atomic? :)

./danfe



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20130923060912.GA68267>