Date: Mon, 25 Sep 2017 01:19:08 +0000 (UTC) From: Marcelo Araujo <araujo@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450565 - head/www/novnc-websockify Message-ID: <201709250119.v8P1J85C063473@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201709250119.v8P1J85C063473>