svn commit: r327964 - head/devel/pkgconf

Baptiste Daroussin bapt at FreeBSD.org
Mon Sep 23 10:14:09 UTC 2013


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>


More information about the svn-ports-head mailing list