summaryrefslogtreecommitdiff
path: root/x11/intlfonts/patches/patch-aa
blob: fea65b1de9fc3da7676d26a767ee87c223b74bf3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
$NetBSD: patch-aa,v 1.1.1.1 1999/09/07 22:13:06 tron Exp $

--- Makefile.orig	Mon Feb 22 15:42:45 1999
+++ Makefile	Mon Feb 22 15:43:55 1999
@@ -1,8 +1,8 @@
-INSTALLDIR = /usr/local/share/emacs/fonts
+INSTALLDIR = ${PREFIX}/lib/X11/fonts/intlfonts
 
-BDFTOPCF = bdftopcf
-MKFONTDIR = mkfontdir
-COMPRESS =
+BDFTOPCF = ${PREFIX}/bin/bdftopcf
+MKFONTDIR = ${PREFIX}/bin/mkfontdir
+COMPRESS = gzip
 
 SUBDIRS =	European Asian Chinese Japanese Ethiopic Misc
 SUBDIRS_X =	Chinese-X Japanese-X Korean-X
@@ -73,9 +73,6 @@
 	@if [ -d $@ -a ! -f making.all ] ; then \
 	  echo "Building ${INSTALLDIR}/fonts.dir..." ; \
 	  cd ${INSTALLDIR}; ${MKFONTDIR} ; \
-	  echo "-----------------------------------------------------------------------" ; \
-	  echo "Please read README for how to inform your X server about the new fonts." ; \
-	  echo "-----------------------------------------------------------------------" ; \
 	else true ; fi
 
 all:
@@ -85,9 +82,6 @@
 	@rm -f making.all
 	echo "Building ${INSTALLDIR}/fonts.dir..."
 	cd ${INSTALLDIR}; $(MKFONTDIR)
-	@echo "-----------------------------------------------------------------------"
-	@echo "Please read README for how to inform your X server about the new fonts."
-	@echo "-----------------------------------------------------------------------"
 
 clean:
 	rm -fr ${SUBDIRS} ${SUBDIRS_X} ${SUBDIRS_BIG}