From 78dee16f38819d33d3e0722d57a3fd26b07e151e Mon Sep 17 00:00:00 2001 From: Erwin Lansing Date: Mon, 16 Jun 2008 05:41:38 +0000 Subject: [PATCH] make package would fail when /usr/X11R6 not present (guess) Testing for /usr/X11R6 is unnecessary because this part is only done if WITHOUT_X11 is undefined PR: 124356 Submitted by: Jean-Francois Dockes --- mail/metamail/files/patch-fonts_Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mail/metamail/files/patch-fonts_Makefile b/mail/metamail/files/patch-fonts_Makefile index d08abdfff4df..64beacf711c5 100644 --- a/mail/metamail/files/patch-fonts_Makefile +++ b/mail/metamail/files/patch-fonts_Makefile @@ -17,7 +17,7 @@ + mkdir -p ${PREFIX}/lib/metamail/fonts + install -c heb6x13.${FONTSUFFIX} heb8x13.${FONTSUFFIX} \ + heb8x13B.${FONTSUFFIX} fonts.alias ${PREFIX}/lib/metamail/fonts -+ if [ -d /usr/X11R6 ]; then mkfontdir ${PREFIX}/lib/metamail/fonts ; fi ++ mkfontdir ${PREFIX}/lib/metamail/fonts clean: rm -f heb6x13.${FONTSUFFIX} heb8x13.${FONTSUFFIX} heb8x13B.${FONTSUFFIX} shownonascii mailto-hebrew fonts.dir