summaryrefslogtreecommitdiff
path: root/x11-fonts/freefonts/files/patch-aa
blob: c08cc575057ca9f7f7c53752f95e49131e237bea (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--- Makefile.orig	Fri Aug  2 11:30:35 1996
+++ Makefile	Fri Aug  2 11:32:02 1996
@@ -0,0 +1,11 @@
+ 
+DESTDIR=$(PREFIX)/lib/X11/fonts
+ 
+all:
+	@echo nothing to be done for \`$@\'
+	@echo this is an install-only port.
+ 
+install:
+	[ -d $(DESTDIR) ] || mkdir -p $(DESTDIR)
+	tar -cf - freefont |(cd ${DESTDIR}; tar -xf -)
+