xenocara/font/alias/Makefile.bsd-wrapper
espie 7796827566 let build and release proceed through the exact same steps, avoiding
nasty surprises...

REQUIRES current /usr/share/mk (cd /usr/src/share/mk && make install)

okay matthieu@
2012-08-18 10:38:39 +00:00

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>