summaryrefslogtreecommitdiff
path: root/font/alias/Makefile.bsd-wrapper
blob: f2e604d968625e772b064e3ad60782a587c1059b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# $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>