diff options
author | antoine <antoine@FreeBSD.org> | 2014-12-25 16:59:02 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-12-25 16:59:02 +0800 |
commit | 54dbeab941dd5f16c46edeed553d9aeaccc5bdb5 (patch) | |
tree | 256cd40ad3c04f46bdd9b5c7a46468e5e3780e01 | |
parent | 5e6764a6e121384e88247311dd37e5fbeb723454 (diff) | |
download | freebsd-ports-gnome-54dbeab941dd5f16c46edeed553d9aeaccc5bdb5.tar.gz freebsd-ports-gnome-54dbeab941dd5f16c46edeed553d9aeaccc5bdb5.tar.zst freebsd-ports-gnome-54dbeab941dd5f16c46edeed553d9aeaccc5bdb5.zip |
Fix a typo
With hat: portmgr
-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 |