7796827566
nasty surprises... REQUIRES current /usr/share/mk (cd /usr/src/share/mk && make install) okay matthieu@
13 lines
283 B
Makefile
13 lines
283 B
Makefile
# $OpenBSD: Makefile.bsd-wrapper,v 1.3 2012/08/18 10:38:39 espie Exp $
|
|
|
|
afterinstall:
|
|
@if test -z "$(DESTDIR)"; then \
|
|
echo "running fc-cache";\
|
|
fc-cache -s -v ;\
|
|
else \
|
|
echo "running fc-cache under $(DESTDIR)";\
|
|
fc-cache -c ${DESTDIR} -s -v ;\
|
|
fi
|
|
|
|
.include <bsd.xorg.mk>
|