diff options
author | joerg <joerg@pkgsrc.org> | 2006-11-15 13:35:28 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-11-15 13:35:28 +0000 |
commit | 789e0533861db7406c833f8360988e9593bb0934 (patch) | |
tree | 1344fd883032eaed78c6e0ef16082f28e1c00107 /fonts/font-bitstream-75dpi/patches/patch-ab | |
parent | 765442e61aa088dfaff27d5d90b04552511e2631 (diff) | |
download | pkgsrc-789e0533861db7406c833f8360988e9593bb0934.tar.gz |
Import font-bitstream-75dpi-1.0.0:
This are the PCF versions of the following Bitstream fonts for 75dpi
displays:
- Charter
- Terminal
This is from the modular Xorg project.
Diffstat (limited to 'fonts/font-bitstream-75dpi/patches/patch-ab')
-rw-r--r-- | fonts/font-bitstream-75dpi/patches/patch-ab | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/fonts/font-bitstream-75dpi/patches/patch-ab b/fonts/font-bitstream-75dpi/patches/patch-ab new file mode 100644 index 00000000000..f4f0630d1c8 --- /dev/null +++ b/fonts/font-bitstream-75dpi/patches/patch-ab @@ -0,0 +1,13 @@ +$NetBSD: patch-ab,v 1.1.1.1 2006/11/15 13:36:12 joerg Exp $ + +--- Makefile.in.orig 2006-11-15 14:24:06.000000000 +0100 ++++ Makefile.in +@@ -416,8 +416,6 @@ uninstall-am: uninstall-fontDATA uninsta + $(BDFTOPCF) -t $< | gzip > $@ + + install-data-hook: +- @rm -f $(DESTDIR)$(fontdir)/fonts.scale +- $(MKFONTSCALE) $(DESTDIR)$(fontdir) + @rm -f $(DESTDIR)$(fontdir)/font.dir + $(MKFONTDIR) $(DESTDIR)$(fontdir) + |