Date: Thu, 25 Dec 2014 08:59:03 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r375527 - head/Mk Message-ID: <201412250859.sBP8x3CS081196@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Thu Dec 25 08:59:02 2014 New Revision: 375527 URL: https://svnweb.freebsd.org/changeset/ports/375527 QAT: https://qat.redports.org/buildarchive/r375527/ Log: Fix a typo With hat: portmgr Modified: head/Mk/bsd.xorg.mk Modified: head/Mk/bsd.xorg.mk ============================================================================== --- head/Mk/bsd.xorg.mk Thu Dec 25 02:38:39 2014 (r375526) +++ head/Mk/bsd.xorg.mk Thu Dec 25 08:59:02 2014 (r375527) @@ -110,7 +110,7 @@ PLIST_FILES+= "@fcfontsdir ${PREFIX}/lib . 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201412250859.sBP8x3CS081196>