svn commit: r327917 - head/devel/pkgconf
Alexey Dokuchaev
danfe at FreeBSD.org
Mon Sep 23 06:09:13 UTC 2013
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
More information about the svn-ports-head
mailing list