Similar to guenther's fix for gnu/binutils*. Ok?

natano


Index: gnu/usr.bin/texinfo/Makefile.bsd-wrapper
===================================================================
RCS file: /cvs/src/gnu/usr.bin/texinfo/Makefile.bsd-wrapper,v
retrieving revision 1.42
diff -u -p -r1.42 Makefile.bsd-wrapper
--- gnu/usr.bin/texinfo/Makefile.bsd-wrapper    11 Jul 2014 23:23:28 -0000      
1.42
+++ gnu/usr.bin/texinfo/Makefile.bsd-wrapper    11 Sep 2016 12:12:03 -0000
@@ -34,13 +34,17 @@ config: .FORCE
 .endif
        PATH="/bin:/usr/bin:/sbin:/usr/sbin" \
        ${XCFLAGS} \
-       INSTALL_PROGRAM="${INSTALL} ${INSTALL_COPY} ${INSTALL_STRIP}" \
+       INSTALL_PROGRAM="${INSTALL} ${INSTALL_COPY} ${INSTALL_STRIP} -o 
${BINOWN} -g ${BINGRP} -m ${BINMODE}" \
+       INSTALL_SCRIPT="${INSTALL} ${INSTALL_COPY} -o ${BINOWN} -g ${BINGRP} -m 
${BINMODE}" \
+       INSTALL_DATA="${INSTALL} ${INSTALL_COPY} -o ${DOCOWN} -g ${DOCGRP}  -m 
${NONBINMODE}" \
                /bin/sh ${.CURDIR}/configure --infodir=/usr/share/info 
--prefix=/usr --disable-nls ${CF}
 
 config.status:
        PATH="/bin:/usr/bin:/sbin:/usr/sbin" \
        ${XCFLAGS} \
-       INSTALL_PROGRAM="${INSTALL} ${INSTALL_COPY} ${INSTALL_STRIP}" \
+       INSTALL_PROGRAM="${INSTALL} ${INSTALL_COPY} ${INSTALL_STRIP} -o 
${BINOWN} -g ${BINGRP}  -m ${BINMODE}" \
+       INSTALL_SCRIPT="${INSTALL} ${INSTALL_COPY} -o ${BINOWN} -g ${BINGRP} -m 
${BINMODE}" \
+       INSTALL_DATA="${INSTALL} ${INSTALL_COPY} -o ${DOCOWN} -g ${DOCGRP} -m 
${NONBINMODE}" \
                /bin/sh ${.CURDIR}/configure --infodir=/usr/share/info 
--prefix=/usr --disable-nls ${CF}
 
 BEFOREMAN=config.status

Reply via email to