summaryrefslogtreecommitdiff
path: root/x11-fonts/freefonts/files/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'x11-fonts/freefonts/files/patch-aa')
-rw-r--r--x11-fonts/freefonts/files/patch-aa14
1 files changed, 0 insertions, 14 deletions
diff --git a/x11-fonts/freefonts/files/patch-aa b/x11-fonts/freefonts/files/patch-aa
deleted file mode 100644
index c08cc575057c..000000000000
--- a/x11-fonts/freefonts/files/patch-aa
+++ /dev/null
@@ -1,14 +0,0 @@
---- 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 -)
-+