diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-12-25 08:59:02 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-12-25 08:59:02 +0000 |
commit | c55cb22a411b41f78abeab52b960359f46684454 (patch) | |
tree | 256cd40ad3c04f46bdd9b5c7a46468e5e3780e01 /Mk | |
parent | fb06084ff43d17291aacb05fd7de52ea0e5e2197 (diff) | |
download | ports-c55cb22a411b41f78abeab52b960359f46684454.tar.gz ports-c55cb22a411b41f78abeab52b960359f46684454.zip |
Notes
Diffstat (limited to 'Mk')
-rw-r--r-- | Mk/bsd.xorg.mk | 2 |
1 files changed, 1 insertions, 1 deletions
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 |