summaryrefslogtreecommitdiff
path: root/math/xmgr/patches/patch-ae
diff options
context:
space:
mode:
Diffstat (limited to 'math/xmgr/patches/patch-ae')
-rw-r--r--math/xmgr/patches/patch-ae15
1 files changed, 15 insertions, 0 deletions
diff --git a/math/xmgr/patches/patch-ae b/math/xmgr/patches/patch-ae
new file mode 100644
index 00000000000..75c4783327b
--- /dev/null
+++ b/math/xmgr/patches/patch-ae
@@ -0,0 +1,15 @@
+$NetBSD: patch-ae,v 1.1.1.1 1999/02/10 12:54:27 frueauf Exp $
+
+--- doc/Makefile.orig Mon Dec 1 01:33:13 1997
++++ doc/Makefile Tue Feb 9 15:21:16 1999
+@@ -25,8 +25,8 @@
+ devclean : dummy
+
+ install : $(DOCS)
+- $(MKINSTALLDIRS) $(GR_HOME)/doc
+- for i in $(DOCS); do $(INSTALL_DATA) $$i $(GR_HOME)/doc; done
++ $(MKINSTALLDIRS) ${PREFIX}/share/doc/${ACEGR}
++ for i in $(DOCS); do $(INSTALL_DATA) $$i ${PREFIX}/share/doc/${ACEGR}; done
+
+ links : dummy
+