summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 5e12eb176..5f207f5b2 100644
--- a/Makefile
+++ b/Makefile
@@ -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 <bsd.own.mk>
.include <bsd.xconf.mk>
@@ -57,11 +57,13 @@ afterinstall afterbuild:
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: