From 54dbeab941dd5f16c46edeed553d9aeaccc5bdb5 Mon Sep 17 00:00:00 2001 From: antoine Date: Thu, 25 Dec 2014 08:59:02 +0000 Subject: Fix a typo With hat: portmgr --- Mk/bsd.xorg.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Mk/bsd.xorg.mk b/Mk/bsd.xorg.mk index 3c17651e20af..b6b5694846f9 100644 --- a/Mk/bsd.xorg.mk +++ b/Mk/bsd.xorg.mk @@ -110,7 +110,7 @@ PLIST_FILES+= "@fcfontsdir ${PREFIX}/lib/X11/fonts/${_fontdir}" . elif ${INSTALLS_TTF} == yes && ${NEED_MKFONTFOO} == no PLIST_FILES+= "@fc ${PREFIX}/lib/X11/fonts/${_fontdir}" . elif ${NEED_MKFONTFOO} == yes -PLIST_FILES+= "@fontsdir ${PREFIX}lib/X11/fonts/${_fontdir}" +PLIST_FILES+= "@fontsdir ${PREFIX}/lib/X11/fonts/${_fontdir}" . endif . endfor .endif -- cgit