diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 1998-04-30 08:31:53 +0000 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 1998-04-30 08:31:53 +0000 |
commit | 822a1b31dc72e6b2aae150219707bc40b08a7dcc (patch) | |
tree | 758a534a923247e200b267b76e86ee042799dfde /math/xmgr/files/patch-ac | |
parent | Remove xmgr. (diff) |
After purchasing a load of brand new pointy hats for the Import
That Never Should Have Happened(TM), here's an attempt to save the history.
Original log:
New port xmgr.
plotting tool for workstations, needs Motif or Lesstif.
Prerequisite for another 2 ports for webstatistics (gwstat, wwwstat).
Diffstat (limited to '')
-rw-r--r-- | math/xmgr/files/patch-ac | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/math/xmgr/files/patch-ac b/math/xmgr/files/patch-ac deleted file mode 100644 index 47e9069442a0..000000000000 --- a/math/xmgr/files/patch-ac +++ /dev/null @@ -1,18 +0,0 @@ -*** ../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 |