[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / src / usr.bin / mandoc

Diff for /src/usr.bin/mandoc/Makefile between version 1.103 and 1.104

version 1.103, 2016/08/01 10:32:39 version 1.104, 2017/01/25 02:54:53
Line 63 
Line 63 
         ${INSTALL} ${INSTALL_COPY} -S ${INSTALL_STRIP} \          ${INSTALL} ${INSTALL_COPY} -S ${INSTALL_STRIP} \
             -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \              -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
             man.cgi ${DESTDIR}/var/www/cgi-bin/man.cgi              man.cgi ${DESTDIR}/var/www/cgi-bin/man.cgi
           ${INSTALL} ${INSTALL_COPY} -o root -g wheel -m 644 \
               ${.CURDIR}/mandoc.css ${DESTDIR}/var/www/htdocs/
   
 .include <bsd.prog.mk>  .include <bsd.prog.mk>

Legend:
Removed from v.1.103  
changed lines
  Added in v.1.104