svn commit: r375527 - head/Mk

Antoine Brodin antoine at FreeBSD.org
Thu Dec 25 08:59:04 UTC 2014


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


More information about the svn-ports-head mailing list