svn commit: r555728 - head/www/novnc

Mark Linimon linimon at FreeBSD.org
Fri Nov 20 02:36:25 UTC 2020


Author: linimon
Date: Fri Nov 20 02:36:24 2020
New Revision: 555728
URL: https://svnweb.freebsd.org/changeset/ports/555728

Log:
  Fix build.

Modified:
  head/www/novnc/Makefile

Modified: head/www/novnc/Makefile
==============================================================================
--- head/www/novnc/Makefile	Fri Nov 20 02:11:00 2020	(r555727)
+++ head/www/novnc/Makefile	Fri Nov 20 02:36:24 2020	(r555728)
@@ -22,7 +22,7 @@ TARGET_DIR=	${PREFIX}/libexec/novnc
 post-extract:
 	@cd ${WRKSRC} && ${RM} .gitignore .gitmodules .travis.yml .eslintignore
 	@cd ${WRKSRC} && ${RM} -R .github
-	@cd ${WRCSRC} && ${FIND} ${WRKSRC} -name '.eslintrc' -delete
+	@cd ${WRKSRC} && ${FIND} ${WRKSRC} -name '.eslintrc' -delete
 
 do-install:
 	${MKDIR} ${STAGEDIR}${TARGET_DIR}


More information about the svn-ports-all mailing list