=================================================================== RCS file: /cvsrepo/anoncvs/cvs/xenocara/Makefile,v retrieving revision 1.75 retrieving revision 1.76 diff -u -r1.75 -r1.76 --- xenocara/Makefile 2016/10/14 10:14:00 1.75 +++ xenocara/Makefile 2016/11/19 08:56:27 1.76 @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.75 2016/10/14 10:14:00 natano Exp $ +# $OpenBSD: Makefile,v 1.76 2016/11/19 08:56:27 tb Exp $ .include .include @@ -57,11 +57,13 @@ exec ${MAKE} fix-appd /usr/sbin/makewhatis -Qv ${DESTDIR}/usr/X11R6/man chown root:wheel ${DESTDIR}/usr/X11R6/man/mandoc.db + chmod 644 ${DESTDIR}/usr/X11R6/man/mandoc.db touch ${DESTDIR}/var/sysmerge/xetcsum cd ${DESTDIR}/ && \ sort ${.CURDIR}/distrib/sets/lists/xetc/{mi,md.${MACHINE}} | \ xargs sha256 -h ${DESTDIR}/var/sysmerge/xetcsum || true chown root:wheel ${DESTDIR}/var/sysmerge/xetcsum + chmod 644 ${DESTDIR}/var/sysmerge/xetcsum cd distrib/sets && exec ${MAKE} install-mk: