put fonts.7 and drm*.3 into the install sets;

patch from Nathanael Rensen <nathanael at list dot polymorpheus dot com>,
minimally tweaked by me;
OK matthieu@
This commit is contained in:
schwarze
2019-05-05 23:27:58 +00:00
parent 05166be26d
commit e618151be9
16 changed files with 83 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
# $OpenBSD: Makefile.bsd-wrapper,v 1.4 2019/05/02 19:12:04 schwarze Exp $
# $OpenBSD: Makefile.bsd-wrapper,v 1.5 2019/05/05 23:27:58 schwarze Exp $
CONFIGURE_ARGS += --without-fop --without-xmlto
@@ -7,7 +7,7 @@ MDOCS = general/fonts/fonts
beforeinstall:
.for n in ${MDOCS}
${INSTALL} ${INSTALL_COPY} -o ${MANOWN} -g ${MANGRP} -m ${MANMODE} \
${.CURDIR}/${n}.7 ${MANDIR}7
${.CURDIR}/${n}.7 ${DESTDIR}${MANDIR}7
.endfor
# maintainer target, not used duing build or install