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-ab | |
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-ab')
-rw-r--r-- | math/xmgr/files/patch-ab | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/math/xmgr/files/patch-ab b/math/xmgr/files/patch-ab new file mode 100644 index 000000000000..ebe57f87c5f4 --- /dev/null +++ b/math/xmgr/files/patch-ab @@ -0,0 +1,18 @@ +*** ../xmgr-4.1.1/examples/Makefile Sun Jan 18 19:09:32 1998 +--- ./examples/Makefile Sun Jan 18 19:10:16 1998 +*************** +*** 32,38 **** + install : $(EXAMPLES) $(DOTEST) + $(MKINSTALLDIRS) $(GR_HOME)/examples + for i in $(EXAMPLES); do $(INSTALL_DATA) $$i $(GR_HOME)/examples; done +! $(INSTALL_PROGRAM) $(DOTEST) $(GR_HOME)/examples/$(DOTEST) + + links : dummy + +--- 32,38 ---- + install : $(EXAMPLES) $(DOTEST) + $(MKINSTALLDIRS) $(GR_HOME)/examples + for i in $(EXAMPLES); do $(INSTALL_DATA) $$i $(GR_HOME)/examples; done +! install -c -o bin -g bin -m 555 $(DOTEST) $(GR_HOME)/examples/$(DOTEST) + + links : dummy |