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

Marcelo Araujo araujo at FreeBSD.org
Tue Sep 26 09:56:53 UTC 2017


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}


More information about the svn-ports-all mailing list