Date: Tue, 26 Sep 2017 09:56:52 +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: r450653 - head/www/novnc-websockify Message-ID: <201709260956.v8Q9uqQ1073436@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: araujo Date: Tue Sep 26 09:56:52 2017 New Revision: 450653 URL: https://svnweb.freebsd.org/changeset/ports/450653 Log: - Remove MKDIR forgotten in my last commit. Modified: head/www/novnc-websockify/Makefile Modified: head/www/novnc-websockify/Makefile ============================================================================== --- head/www/novnc-websockify/Makefile Tue Sep 26 09:43:40 2017 (r450652) +++ head/www/novnc-websockify/Makefile Tue Sep 26 09:56:52 2017 (r450653) @@ -24,7 +24,6 @@ NO_ARCH= yes 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}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201709260956.v8Q9uqQ1073436>