summaryrefslogtreecommitdiff
path: root/math/xmgr/patches/patch-ad
diff options
context:
space:
mode:
authorfrueauf <frueauf@pkgsrc.org>1999-02-10 12:54:26 +0000
committerfrueauf <frueauf@pkgsrc.org>1999-02-10 12:54:26 +0000
commit76f72150299041b9255dbc5952107ae18dcdefa3 (patch)
tree1aa337ce3a1981f1614b714d06293629f40f96dc /math/xmgr/patches/patch-ad
parent65ad3f060a4154f97e8a52dac4aa9c3ab009f2b5 (diff)
downloadpkgsrc-76f72150299041b9255dbc5952107ae18dcdefa3.tar.gz
Initial addition of xmgr-4.1.2, a powerful XY plotting tool for workstations
or X-terminals using X. Provided in pr 6752 by Rene Hexel, this version is from his rework after feedback, thanx!
Diffstat (limited to 'math/xmgr/patches/patch-ad')
-rw-r--r--math/xmgr/patches/patch-ad17
1 files changed, 17 insertions, 0 deletions
diff --git a/math/xmgr/patches/patch-ad b/math/xmgr/patches/patch-ad
new file mode 100644
index 00000000000..e1a2aabc98b
--- /dev/null
+++ b/math/xmgr/patches/patch-ad
@@ -0,0 +1,17 @@
+$NetBSD: patch-ad,v 1.1.1.1 1999/02/10 12:54:27 frueauf Exp $
+
+--- auxiliary/Makefile.orig Fri Nov 28 01:00:55 1997
++++ auxiliary/Makefile Tue Feb 9 15:43:21 1999
+@@ -20,9 +20,9 @@
+ devclean : dummy
+
+ install : $(AUXILIARIES) fdf2fit
+- $(MKINSTALLDIRS) $(GR_HOME)/auxiliary
+- for i in $(AUXILIARIES); do $(INSTALL_DATA) $$i $(GR_HOME)/auxiliary; done
+- $(INSTALL_PROGRAM) fdf2fit $(GR_HOME)/auxiliary
++ ${MKINSTALLDIRS} ${PREFIX}/share/${ACEGR}
++ for i in ${AUXILIARIES}; do ${INSTALL_DATA} $$i ${PREFIX}/share/${ACEGR}; done
++ ${INSTALL_SCRIPT} fdf2fit ${PREFIX}/bin
+
+ tests : dummy
+