aboutsummaryrefslogtreecommitdiffstats
path: root/Mk
diff options
context:
space:
mode:
authordumbbell <dumbbell@FreeBSD.org>2014-12-20 07:47:26 +0800
committerdumbbell <dumbbell@FreeBSD.org>2014-12-20 07:47:26 +0800
commit31f7f12ffca894623f159eb102d23ba37cf0ea47 (patch)
treec546703508832f427da18198e6f3d1ffb8e7bcf9 /Mk
parentec4af5cd649f3b5c31f0f092e4e83701b5ac6547 (diff)
downloadfreebsd-ports-gnome-31f7f12ffca894623f159eb102d23ba37cf0ea47.tar.gz
freebsd-ports-gnome-31f7f12ffca894623f159eb102d23ba37cf0ea47.tar.zst
freebsd-ports-gnome-31f7f12ffca894623f159eb102d23ba37cf0ea47.zip
Don't generate @dirrmentry directives for X11 fonts
Submitted by: ak Approved by: ak
Diffstat (limited to 'Mk')
-rw-r--r--Mk/bsd.xorg.mk2
1 files changed, 0 insertions, 2 deletions
diff --git a/Mk/bsd.xorg.mk b/Mk/bsd.xorg.mk
index f9d2d68b32c4..ceeb88fbb7c3 100644
--- a/Mk/bsd.xorg.mk
+++ b/Mk/bsd.xorg.mk
@@ -112,8 +112,6 @@ post-install:
@${ECHO_CMD} "@fc lib/X11/fonts/${_fontdir}" >> ${TMPPLIST}
. elif ${NEED_MKFONTFOO} == yes
@${ECHO_CMD} "@fontsdir lib/X11/fonts/${_fontdir}" >> ${TMPPLIST}
-. else
- @${ECHO_CMD} "@dirrmtry lib/X11/fonts/${_fontdir}" >> ${TMPPLIST}
. endif
. endfor
.endif