svn commit: r367156 - head/Mk

Baptiste Daroussin bapt at FreeBSD.org
Wed Sep 3 06:03:25 UTC 2014


Author: bapt
Date: Wed Sep  3 06:03:24 2014
New Revision: 367156
URL: http://svnweb.freebsd.org/changeset/ports/367156
QAT: https://qat.redports.org/buildarchive/r367156/

Log:
  Remove extra %D

Modified:
  head/Mk/bsd.xorg.mk

Modified: head/Mk/bsd.xorg.mk
==============================================================================
--- head/Mk/bsd.xorg.mk	Wed Sep  3 05:47:19 2014	(r367155)
+++ head/Mk/bsd.xorg.mk	Wed Sep  3 06:03:24 2014	(r367156)
@@ -113,7 +113,7 @@ post-install:
 .    elif ${NEED_MKFONTFOO} == yes
 		@${ECHO_CMD} "@fontsdir lib/X11/fonts/${_fontdir}" >> ${TMPPLIST}
 .    else
-		@${ECHO_CMD} "@dirrmtry %D/lib/X11/fonts/${_fontdir}" >> ${TMPPLIST}
+		@${ECHO_CMD} "@dirrmtry lib/X11/fonts/${_fontdir}" >> ${TMPPLIST}
 .    endif
 .  endfor
 .endif


More information about the svn-ports-head mailing list