mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
9741d6da4d
leaves fonts.alias behind -- it is not removing any entries from that file.)
8 lines
296 B
Plaintext
8 lines
296 B
Plaintext
bin/xjewel
|
|
lib/X11/xjewel/xjewel.scores
|
|
%%FONTSDIR%%/seven_seg.pcf.gz
|
|
@exec cd %D/%%FONTSDIR%% ; %D/bin/mkfontdir
|
|
@unexec cd %D/%%FONTSDIR%% ; %D/bin/mkfontdir
|
|
@unexec if [ `wc -c %D/%%FONTSDIR%%/fonts.dir | awk '{print $1}'` = 2 ]; then rm -f %D/%%FONTSDIR%%/fonts.dir; fi
|
|
@dirrm lib/X11/xjewel
|