diff options
Diffstat (limited to 'x11-fonts/tv-fonts/Makefile')
-rw-r--r-- | x11-fonts/tv-fonts/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-fonts/tv-fonts/Makefile b/x11-fonts/tv-fonts/Makefile index 07498024140c..6a29cfad2069 100644 --- a/x11-fonts/tv-fonts/Makefile +++ b/x11-fonts/tv-fonts/Makefile @@ -41,6 +41,6 @@ do-install: .endfor post-install: - @-${X11BASE}/bin/fc-cache -f -v ${FONTSDIR} + @-${LOCALBASE}/bin/fc-cache -f -v ${FONTSDIR} .include <bsd.port.mk> |