diff options
Diffstat (limited to 'x11-fonts/Xg/files/patch-aa')
-rw-r--r-- | x11-fonts/Xg/files/patch-aa | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/x11-fonts/Xg/files/patch-aa b/x11-fonts/Xg/files/patch-aa deleted file mode 100644 index c1c4eb35009e..000000000000 --- a/x11-fonts/Xg/files/patch-aa +++ /dev/null @@ -1,20 +0,0 @@ -*** Makefile.orig Thu Feb 10 04:33:27 2000 ---- Makefile Thu Feb 10 04:34:15 2000 -*************** -*** 0 **** ---- 1,15 ---- -+ -+ DESTDIR=$(PREFIX)/lib/X11/fonts/Xg -+ -+ all: -+ @echo nothing to be done for \`$@\' -+ @echo this is an install-only target. -+ -+ install: -+ [ -d $(DESTDIR) ] || mkdir -p $(DESTDIR) -+ for i in Xg/bdf/*.bdf; do b=$$(basename $$i .bdf); \ -+ rm -f $(DESTDIR)/$$b.pcf.Z; \ -+ bdftopcf -o $(DESTDIR)/$$b.pcf $$i; \ -+ gzip -nf -9 $(DESTDIR)/$$b.pcf; \ -+ done; mkfontdir $(DESTDIR); \ -+ ${BSD_INSTALL_DATA} Xg/matty/unicode.9.font $(DESTDIR) |