aboutsummaryrefslogtreecommitdiff
path: root/Mk/bsd.xorg.mk
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-09-03 06:03:24 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-09-03 06:03:24 +0000
commit6f6b21be2753839e529a04623866547f51752cf0 (patch)
tree6cc6f29c4574cb95b8e7e5062e650513684d767e /Mk/bsd.xorg.mk
parent7a9dee6dd3e7e00a7601bed507c3e81c6d61016e (diff)
downloadports-6f6b21be2753839e529a04623866547f51752cf0.tar.gz
ports-6f6b21be2753839e529a04623866547f51752cf0.zip
Remove extra %D
Notes
Notes: svn path=/head/; revision=367156
Diffstat (limited to 'Mk/bsd.xorg.mk')
-rw-r--r--Mk/bsd.xorg.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Mk/bsd.xorg.mk b/Mk/bsd.xorg.mk
index 88a06e931f0c..d1190fc70d37 100644
--- a/Mk/bsd.xorg.mk
+++ b/Mk/bsd.xorg.mk
@@ -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