svn commit: r448930 - head/Mk

Richard Gallamore ultima at FreeBSD.org
Tue Aug 29 17:01:41 UTC 2017


Author: ultima
Date: Tue Aug 29 17:01:39 2017
New Revision: 448930
URL: https://svnweb.freebsd.org/changeset/ports/448930

Log:
  ln use be ${LN}
  
  Reviewed by:	lifanov (mentor), mat
  Approved by:	lifanov (mentor), mat
  Differential Revision:	https://reviews.freebsd.org/D12125

Modified:
  head/Mk/bsd.sites.mk

Modified: head/Mk/bsd.sites.mk
==============================================================================
--- head/Mk/bsd.sites.mk	Tue Aug 29 16:43:48 2017	(r448929)
+++ head/Mk/bsd.sites.mk	Tue Aug 29 17:01:39 2017	(r448930)
@@ -570,7 +570,7 @@ post-extract-gh-${_group}:
 	@${RMDIR} ${WRKSRC}/${GH_SUBDIR_${_group}} 2>/dev/null || :
 	@${MKDIR} ${WRKSRC}/${GH_SUBDIR_${_group}:H} 2>/dev/null || :
 	@${MV} ${WRKSRC_${_group}} ${WRKSRC}/${GH_SUBDIR_${_group}}
-	@ln -s ${WRKSRC:T}/${GH_SUBDIR_${_group}} ${WRKSRC_${_group}}
+	@${LN} -s ${WRKSRC:T}/${GH_SUBDIR_${_group}} ${WRKSRC_${_group}}
 .      endif
 git-clone: git-clone-${_group}
 git-clone-${_group}: ${_GITHUB_CLONE_DIR}


More information about the svn-ports-all mailing list