mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
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 <jean-francois.dockes@wanadoo.fr> <maintainer>
This commit is contained in:
parent
3ac0a3f5a0
commit
78dee16f38
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=214933
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@
|
||||||
+ mkdir -p ${PREFIX}/lib/metamail/fonts
|
+ mkdir -p ${PREFIX}/lib/metamail/fonts
|
||||||
+ install -c heb6x13.${FONTSUFFIX} heb8x13.${FONTSUFFIX} \
|
+ install -c heb6x13.${FONTSUFFIX} heb8x13.${FONTSUFFIX} \
|
||||||
+ heb8x13B.${FONTSUFFIX} fonts.alias ${PREFIX}/lib/metamail/fonts
|
+ 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:
|
clean:
|
||||||
rm -f heb6x13.${FONTSUFFIX} heb8x13.${FONTSUFFIX} heb8x13B.${FONTSUFFIX} shownonascii mailto-hebrew fonts.dir
|
rm -f heb6x13.${FONTSUFFIX} heb8x13.${FONTSUFFIX} heb8x13B.${FONTSUFFIX} shownonascii mailto-hebrew fonts.dir
|
||||||
|
|
Loading…
Add table
Reference in a new issue