mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
e0dead1af6
Quoted Readable/Viet-Net) support. This version of cxterm is derived from the X11R5 xterm, and thus has simular capabilities.
20 lines
721 B
Plaintext
20 lines
721 B
Plaintext
--- ../fonts/X/Makefile.orig Tue Aug 31 15:42:26 1993
|
|
+++ ../fonts/X/Makefile Wed Dec 4 02:00:53 1996
|
|
@@ -35,7 +35,7 @@
|
|
@echo $(TAB)We\'re going to do some font conversion.
|
|
@echo $(TAB)Depending on your system set-up, some of
|
|
@echo $(TAB)the conversion programs may not exist.
|
|
- @echo $(TAB)Don't worry about this; it means that
|
|
+ @echo "$(TAB)Don't worry about this; it means that"
|
|
@echo $(TAB)your font format is one of the others.
|
|
@echo $(TAB)We try to cover PCF, SNF, and FB formats.
|
|
@echo $(TAB)You're out of luck if NONE of these work.
|
|
@@ -71,6 +71,7 @@
|
|
else echo "I guess you don't." ;\
|
|
fi
|
|
|
|
+ -compress *.pcf
|
|
-mkfontdir >/dev/null 2>&1
|
|
@-chmod go+r fonts.*
|
|
@touch $(MADEFLAG)
|