diff options
Diffstat (limited to 'x11-fonts/xorg-fonts-75dpi/Makefile')
-rw-r--r-- | x11-fonts/xorg-fonts-75dpi/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/x11-fonts/xorg-fonts-75dpi/Makefile b/x11-fonts/xorg-fonts-75dpi/Makefile index 912e041ee014..e612bc51038a 100644 --- a/x11-fonts/xorg-fonts-75dpi/Makefile +++ b/x11-fonts/xorg-fonts-75dpi/Makefile @@ -7,6 +7,7 @@ PORTNAME= xorg-fonts-75dpi PORTVERSION= 6.9.0 +PORTREVISION= 1 CATEGORIES= x11-fonts MASTER_SITES= ${MASTER_SITE_XORG} MASTER_SITE_SUBDIR= X11R${PORTVERSION}/src @@ -25,6 +26,9 @@ EXTRA_PATCHES= ${CF_PATCHES} XBUILD_DIRS= fonts/encodings fonts/bdf/75dpi XINSTALL_DIRS= fonts/bdf/75dpi +post-install: + @command fc-cache -v ${PREFIX}/lib/X11/fonts/75dpi || true + .include "${.CURDIR}/../../x11-servers/xorg-server/Makefile.inc" .include <bsd.port.pre.mk> .if ${X_WINDOW_SYSTEM:L} != xorg |