diff --git a/font/Makefile b/font/Makefile index a9094feda..91a2b0e8e 100644 --- a/font/Makefile +++ b/font/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.3 2007/06/01 01:05:25 matthieu Exp $ +# $OpenBSD: Makefile,v 1.4 2008/03/20 20:54:57 matthieu Exp $ # util must come 1st, alias must come last SUBDIR= util encodings \ @@ -15,13 +15,6 @@ SUBDIR= util encodings \ EXTRAS= bitstream-vera-ttf -afterinstall: - @if test -z "$(DESTDIR)"; then \ - echo "running fc-cache";\ - fc-cache -s -v ;\ - fi - .include build: _SUBDIRUSE - diff --git a/font/alias/Makefile.bsd-wrapper b/font/alias/Makefile.bsd-wrapper index cc571899b..648dcb10c 100644 --- a/font/alias/Makefile.bsd-wrapper +++ b/font/alias/Makefile.bsd-wrapper @@ -1,3 +1,9 @@ -# $OpenBSD: Makefile.bsd-wrapper,v 1.1 2006/11/26 17:37:04 matthieu Exp $ +# $OpenBSD: Makefile.bsd-wrapper,v 1.2 2008/03/20 20:54:57 matthieu Exp $ + +afterinstall: + @if test -z "$(DESTDIR)"; then \ + echo "running fc-cache";\ + fc-cache -s -v ;\ + fi .include