diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 1998-04-09 08:51:42 +0000 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 1998-04-09 08:51:42 +0000 |
commit | 1ec26f18bff468912cea30497b4343779905f330 (patch) | |
tree | 1fd277c7ba9d341039b13746f195f1cfda205c4c /math/xmgr/files/patch-ac | |
parent | Execute ldconfig -m after installation. (diff) |
Import xmgr port. xmgr is an XY plotting tool with a point-and-click interface.
PR: 5989
Submitted by: Lars Köller <Lars.Koeller@Uni-Bielefeld.DE>
Notes
Notes:
svn path=/head/; revision=10454
Diffstat (limited to 'math/xmgr/files/patch-ac')
-rw-r--r-- | math/xmgr/files/patch-ac | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/math/xmgr/files/patch-ac b/math/xmgr/files/patch-ac new file mode 100644 index 000000000000..47e9069442a0 --- /dev/null +++ b/math/xmgr/files/patch-ac @@ -0,0 +1,18 @@ +*** ../xmgr-4.1.1/auxiliary/Makefile Sun Jan 18 19:12:42 1998 +--- ./auxiliary/Makefile Sun Jan 18 19:13:16 1998 +*************** +*** 22,28 **** + 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 + + tests : dummy + +--- 22,28 ---- + install : $(AUXILIARIES) fdf2fit + $(MKINSTALLDIRS) $(GR_HOME)/auxiliary + for i in $(AUXILIARIES); do $(INSTALL_DATA) $$i $(GR_HOME)/auxiliary; done +! install -c -o bin -g bin -m 555 fdf2fit $(GR_HOME)/auxiliary + + tests : dummy |