svn commit: r387915 - head/databases/leofs

Mathieu Arnold mat at FreeBSD.org
Sat May 30 08:11:41 UTC 2015


Author: mat
Date: Sat May 30 08:11:40 2015
New Revision: 387915
URL: https://svnweb.freebsd.org/changeset/ports/387915

Log:
  Fix patch.
  
  Sponsored by:	Absolight

Modified:
  head/databases/leofs/Makefile

Modified: head/databases/leofs/Makefile
==============================================================================
--- head/databases/leofs/Makefile	Sat May 30 06:37:55 2015	(r387914)
+++ head/databases/leofs/Makefile	Sat May 30 08:11:40 2015	(r387915)
@@ -124,7 +124,7 @@ post-extract:
 .for tagname in ${dep:C,^[^=]+=([^\?]+)\?.*$,\1,}
 .for label in ${dep:C,^.*:,,}
 	@${MKDIR} ${WRKSRC}/deps
-	@${LN} -s ${WRKSRC_${label}} ${WRKSRC}/deps/${label}
+	@${MV} ${WRKSRC_${label}} ${WRKSRC}/deps/${label}
 	@if [ -f "${WRKSRC}/deps/${label}/src/${label}.app.src" ]; then \
 	    ${REINPLACE_CMD} -e "s|{vsn, *git}|{vsn, \"${tagname}\"}|" \
 		"${WRKSRC}/deps/${label}/src/${label}.app.src"; \


More information about the svn-ports-all mailing list