=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/mandoc/Makefile,v retrieving revision 1.113 retrieving revision 1.114 diff -u -r1.113 -r1.114 --- src/usr.bin/mandoc/Makefile 2018/12/14 01:17:46 1.113 +++ src/usr.bin/mandoc/Makefile 2018/12/24 19:59:17 1.114 @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.113 2018/12/14 01:17:46 schwarze Exp $ +# $OpenBSD: Makefile,v 1.114 2018/12/24 19:59:17 schwarze Exp $ .include @@ -33,6 +33,10 @@ MAN = apropos.1 man.1 mandoc.1 man.conf.5 makewhatis.8 CLEANFILES += man.cgi cgi.o + +afterinstall: + install -o ${BINOWN} -g ${BINGRP} -m 444 \ + ${.CURDIR}/mandoc.css ${DESTDIR}/usr/share/misc # ----------------------------------------------------------------------