diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 1998-04-30 08:52:23 +0000 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 1998-04-30 08:52:23 +0000 |
commit | cf8401a0689fd47fc55808b2bbd1cdd688a7a0fb (patch) | |
tree | 0200eb18dadfaf89ea49f7ea627f63e32b3a1559 /math/xmgr/files/patch-ac | |
parent | Save xmgr history part 5. Original log: (diff) |
Save xmgr history part the last. Back to the first import of the
xmgr-4.1.1 port. The maintainer changed with Andreas' consent.
I'll remove print/xmgr in a couple of days when I'm sure there's
no other breakage. <:)
Notes
Notes:
svn path=/head/; revision=10785
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 |