9 lines
237 B
Makefile
9 lines
237 B
Makefile
# $OpenBSD: Makefile.bsd-wrapper,v 1.3 2016/10/02 20:51:20 matthieu Exp $
|
|
|
|
CONFIGURE_ARGS += --with-fc-confdir=/etc/fonts
|
|
|
|
afterinstall:
|
|
chown -h ${BINOWN}:${BINGRP} ${DESTDIR}/etc/fonts/conf.d/42-luxi-mono.conf
|
|
|
|
.include <bsd.xorg.mk>
|