summaryrefslogtreecommitdiff
path: root/print/cups/patches/patch-ao
diff options
context:
space:
mode:
Diffstat (limited to 'print/cups/patches/patch-ao')
-rw-r--r--print/cups/patches/patch-ao15
1 files changed, 15 insertions, 0 deletions
diff --git a/print/cups/patches/patch-ao b/print/cups/patches/patch-ao
new file mode 100644
index 00000000000..be541f652e6
--- /dev/null
+++ b/print/cups/patches/patch-ao
@@ -0,0 +1,15 @@
+$NetBSD: patch-ao,v 1.1.1.1 1999/11/29 02:18:54 jlam Exp $
+
+--- fonts/Makefile.orig Mon May 10 17:33:34 1999
++++ fonts/Makefile Sun Nov 28 21:06:28 1999
+@@ -60,8 +60,8 @@
+ #
+
+ install:
+- -$(MKDIR) $(DATADIR)/fonts
+- $(CP) $(FONTS) $(DATADIR)/fonts
++ -$(BSD_INSTALL_DATA_DIR) $(DATADIR)/fonts
++ $(BSD_INSTALL_DATA) $(FONTS) $(DATADIR)/fonts
+
+ #
+ # End of "$Id: patch-ao,v 1.1.1.1 1999/11/29 02:18:54 jlam Exp $".