Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 3 Sep 2014 06:03:24 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r367156 - head/Mk
Message-ID:  <201409030603.s8363ON9021787@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201409030603.s8363ON9021787>