summaryrefslogtreecommitdiff
path: root/x11-fonts/Xg/files/patch-aa
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2011-06-09 16:17:37 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2011-06-09 16:17:37 +0000
commitf2fbd59d14dcf491754c4d89e3c43d7167ae2193 (patch)
treea5039e8490babeb724a6fff288a48135abf0db87 /x11-fonts/Xg/files/patch-aa
parent-Add a missing dependency, rarian. (diff)
Xg has expired: no more public distfiles, and wily depends on it
editors/wily 2011-05-01 x11-fonts/Xg: Upstream disapear and distfile is no more available
Notes
Notes: svn path=/head/; revision=275280
Diffstat (limited to 'x11-fonts/Xg/files/patch-aa')
-rw-r--r--x11-fonts/Xg/files/patch-aa20
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)