aboutsummaryrefslogtreecommitdiff
path: root/x11-fonts/nucleus/files/patch-aa
blob: 2c13ff3cf2e7b82c7d06cdc9ec968096317c38da (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
*** Makefile.orig	Sat Aug 12 18:46:05 2000
--- Makefile	Sat Aug 12 18:48:26 2000
***************
*** 0 ****
--- 1,14 ----
+ DESTDIR=$(PREFIX)/lib/X11/fonts
+  
+ all:
+ 	@echo nothing to be done for \`$@\'
+ 	@echo this is an install-only port.
+  
+ install:
+ 	[ -d $(DESTDIR) ] || mkdir $(DESTDIR)
+ 	(cd nucleus && tar -cf - nucleus) | (cd ${DESTDIR}; tar -xf -)
+ 	mkdir -p ${DESTDIR}/mozilla
+ 	cd nucleus/mozilla-src && make
+ 	(cd nucleus/mozilla-src && tar -cf - *.pcf) | (cd ${DESTDIR}/mozilla && tar -xf -)
+ 	cd ${DESTDIR}/mozilla && gzip *.pcf
+ 	cd ${DESTDIR}/mozilla && mkfontdir .