Date: Mon, 23 Sep 2013 10:14:09 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327964 - head/devel/pkgconf Message-ID: <201309231014.r8NAE9VX006561@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Mon Sep 23 10:14:09 2013 New Revision: 327964 URL: http://svnweb.freebsd.org/changeset/ports/327964 Log: Prefer an atomic operation for pkg-config link creation Submitted by: danfe Modified: head/devel/pkgconf/Makefile Modified: head/devel/pkgconf/Makefile ============================================================================== --- head/devel/pkgconf/Makefile Mon Sep 23 10:11:13 2013 (r327963) +++ head/devel/pkgconf/Makefile Mon Sep 23 10:14:09 2013 (r327964) @@ -20,6 +20,6 @@ USE_BZIP2= yes CONFLICTS_INSTALL= pkg-config-* post-install: - cd ${STAGEDIR}${PREFIX}/bin && ${LN} -sf pkgconf pkg-config + ${LN} -sf pkgconf ${STAGEDIR}${PREFIX}/bin/pkg-config .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309231014.r8NAE9VX006561>