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

Marcelo Araujo araujobsdport at gmail.com
Tue Sep 26 09:57:15 UTC 2017


2017-09-26 0:45 GMT+08:00 Mathieu Arnold <mat at freebsd.org>:

> 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
>
>
>
Done at 450653, tks!
-- 

-- 
Marcelo Araujo            (__)araujo at FreeBSD.org
\\\'',)http://www.FreeBSD.org <http://www.freebsd.org/>   \/  \ ^
Power To Server.         .\. /_)


More information about the svn-ports-head mailing list