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

Mathieu Arnold mat at FreeBSD.org
Mon Sep 25 16:45:09 UTC 2017


Le 25/09/2017 à 03:19, Marcelo Araujo a écrit :
> 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}

This one probably needs to be removed.

> +	${MKDIR} ${STAGEDIR}${TARGET_DIR}
>  	cd ${WRKSRC} && ${RM} .gitignore .gitmodules .travis.yml
>  	cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${TARGET_DIR}
>  	@${CHMOD} +x ${STAGEDIR}${TARGET_DIR}/run
>
>

-- 
Mathieu Arnold


-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 949 bytes
Desc: OpenPGP digital signature
URL: <http://lists.freebsd.org/pipermail/svn-ports-all/attachments/20170925/98f1419d/attachment.sig>


More information about the svn-ports-all mailing list