diff options
author | Lars Koeller <lkoeller@FreeBSD.org> | 2003-01-19 15:27:02 +0000 |
---|---|---|
committer | Lars Koeller <lkoeller@FreeBSD.org> | 2003-01-19 15:27:02 +0000 |
commit | f7fb1648e01fdf897f522a3e10251932fc683e09 (patch) | |
tree | 9740a66f58e8b02df0326f3aba833463c443ccb0 /math/xmgr/files/patch-ac | |
parent | Add directfb, it's a graphics library which was designed with embedded systems. (diff) |
o) After several years of parallel exisitance remove
the obsoleted port of xmgr. The successor is grace,
which is much more powerfull and development is going on.
Notes
Notes:
svn path=/head/; revision=73494
Diffstat (limited to 'math/xmgr/files/patch-ac')
-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 |