svn commit: r450565 - head/www/novnc-websockify

Marcelo Araujo araujo at FreeBSD.org
Mon Sep 25 01:19:09 UTC 2017


Author: araujo
Date: Mon Sep 25 01:19:07 2017
New Revision: 450565
URL: https://svnweb.freebsd.org/changeset/ports/450565

Log:
  Fix stage.

Modified:
  head/www/novnc-websockify/Makefile

Modified: head/www/novnc-websockify/Makefile
==============================================================================
--- head/www/novnc-websockify/Makefile	Mon Sep 25 01:14:41 2017	(r450564)
+++ head/www/novnc-websockify/Makefile	Mon Sep 25 01:19:07 2017	(r450565)
@@ -25,6 +25,7 @@ TARGET_DIR=	${PREFIX}/libexec/novnc/utils/websockify
 
 do-install:
 	${MKDIR} ${TARGET_DIR}
+	${MKDIR} ${STAGEDIR}${TARGET_DIR}
 	cd ${WRKSRC} && ${RM} .gitignore .gitmodules .travis.yml
 	cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${TARGET_DIR}
 	@${CHMOD} +x ${STAGEDIR}${TARGET_DIR}/run


More information about the svn-ports-all mailing list