]> git.pld-linux.org Git - packages/dx.git/blob - dx-DESTDIR.patch
set group to aplications, removed empty %pre/post sections
[packages/dx.git] / dx-DESTDIR.patch
1 diff -urN dx-4.1.0/bin/Makefile.am dx-4.1.0-DESTDIR/bin/Makefile.am
2 --- dx-4.1.0/bin/Makefile.am    Tue Dec 14 05:18:10 1999
3 +++ dx-4.1.0-DESTDIR/bin/Makefile.am    Sun Aug 27 15:43:37 2000
4 @@ -1,6 +1,6 @@
5  ## Process this file with automake to produce Makefile.in
6  
7 -dxbindir = $(prefix)/dx/bin
8 +dxbindir = $(prefix)/bin
9  bindir = $(prefix)/bin
10  
11  EXTRA_DIST = dxworker dx mdf2c
12 diff -urN dx-4.1.0/doc/Makefile.am dx-4.1.0-DESTDIR/doc/Makefile.am
13 --- dx-4.1.0/doc/Makefile.am    Mon Apr  5 13:57:03 1999
14 +++ dx-4.1.0-DESTDIR/doc/Makefile.am    Sun Aug 27 17:11:47 2000
15 @@ -1,6 +1,6 @@
16  ## Process this file with automake to produce Makefile.in
17  
18 -docdir = $(prefix)/dx/doc
19 +docdir = $(prefix)/share/doc/dx
20  
21  doc_DATA = \
22         README README_SMP README_alphax README_aviion README_hp700 \
23 diff -urN dx-4.1.0/fonts/Makefile.am dx-4.1.0-DESTDIR/fonts/Makefile.am
24 --- dx-4.1.0/fonts/Makefile.am  Tue Jun 15 17:54:34 1999
25 +++ dx-4.1.0-DESTDIR/fonts/Makefile.am  Sun Aug 27 14:30:06 2000
26 @@ -1,6 +1,6 @@
27  ## Process this file with automake to produce Makefile.in
28  
29 -fontdir = $(prefix)/dx/fonts
30 +fontdir = $(datadir)/dx/fonts
31  
32  font_DATA = \
33         Readme area.dx cyril_d.dx \
34 diff -urN dx-4.1.0/help/Makefile.am dx-4.1.0-DESTDIR/help/Makefile.am
35 --- dx-4.1.0/help/Makefile.am   Wed Feb  2 23:54:07 2000
36 +++ dx-4.1.0-DESTDIR/help/Makefile.am   Sun Aug 27 14:23:20 2000
37 @@ -1,6 +1,6 @@
38  ## Process this file with automake to produce Makefile.in
39  
40 -helpdir = $(prefix)/dx/help
41 +helpdir = $(DESTDIR)/$(datadir)/dx/hel
42  
43  EXTRA_DIST = help.tar
44  
45 diff -urN dx-4.1.0/html/Makefile.am dx-4.1.0-DESTDIR/html/Makefile.am
46 --- dx-4.1.0/html/Makefile.am   Wed Dec 15 09:07:12 1999
47 +++ dx-4.1.0-DESTDIR/html/Makefile.am   Sun Aug 27 17:23:35 2000
48 @@ -1,6 +1,6 @@
49  ## Process this file with automake to produce Makefile.in
50  
51 -htmldir = $(prefix)/dx/html
52 +htmldir = $(prefix)/share/doc/dx/html
53  
54  html_DATA = README.htm README_SMP.htm README_alphax.htm \
55         README_hp700.htm README_ibm6000.htm README_intelnt.htm \
56 diff -urN dx-4.1.0/include/Makefile.am dx-4.1.0-DESTDIR/include/Makefile.am
57 --- dx-4.1.0/include/Makefile.am        Wed May 26 01:35:16 1999
58 +++ dx-4.1.0-DESTDIR/include/Makefile.am        Sun Aug 27 14:43:31 2000
59 @@ -1,3 +1,3 @@
60 -dxincdir = $(prefix)/dx/include
61 +dxincdir = $(includedir)
62  SUBDIRS = dx
63  dxinc_HEADERS = dxl.h dxconfig.h
64 diff -urN dx-4.1.0/include/dx/Makefile.am dx-4.1.0-DESTDIR/include/dx/Makefile.am
65 --- dx-4.1.0/include/dx/Makefile.am     Wed May 26 01:35:16 1999
66 +++ dx-4.1.0-DESTDIR/include/dx/Makefile.am     Sun Aug 27 14:43:39 2000
67 @@ -1,6 +1,6 @@
68  ## Process this file with automake to produce Makefile.in
69  
70 -dxincdir = $(prefix)/dx/include/dx
71 +dxincdir = $(includedir)/dx
72   
73  dxinc_HEADERS = \
74         UserInteractors.h advanced.h arch.h array.h arrayhandles.h \
75 diff -urN dx-4.1.0/lib/Makefile.am dx-4.1.0-DESTDIR/lib/Makefile.am
76 --- dx-4.1.0/lib/Makefile.am    Fri Aug 13 02:15:26 1999
77 +++ dx-4.1.0-DESTDIR/lib/Makefile.am    Sun Aug 27 15:47:27 2000
78 @@ -1,5 +1,5 @@
79  
80 -libdir = $(prefix)/dx/lib
81  
82 +libdir = $(datadir)/dx/lib/
83  EXTRA_DIST = mdf2c.awk messages dx.mdf colors.txt dxfSaveCurrentImage.net dxrc dxexec.exp outboard.c
84  lib_DATA = $(EXTRA_DIST)
85 diff -urN dx-4.1.0/man/catl/Makefile.am dx-4.1.0-DESTDIR/man/catl/Makefile.am
86 --- dx-4.1.0/man/catl/Makefile.am       Mon Apr  5 13:56:00 1999
87 +++ dx-4.1.0-DESTDIR/man/catl/Makefile.am       Sun Aug 27 14:58:51 2000
88 @@ -1,6 +1,6 @@
89  ## Process this file with automake to produce Makefile.in
90  
91 -catdir = $(prefix)/dx/man/catl
92 +catdir = $(datadir)/man/catl
93  
94  cat_DATA = dx.l
95  EXTRA_DIST = $(cat_DATA)
96 diff -urN dx-4.1.0/man/manl/Makefile.am dx-4.1.0-DESTDIR/man/manl/Makefile.am
97 --- dx-4.1.0/man/manl/Makefile.am       Mon Apr  5 13:55:25 1999
98 +++ dx-4.1.0-DESTDIR/man/manl/Makefile.am       Sun Aug 27 16:42:52 2000
99 @@ -1,6 +1,6 @@
100  ## Process this file with automake to produce Makefile.in
101  
102 -mandir = $(prefix)/dx/man/manl
103 +mandir = $(prefix)/man/man1
104  
105  man_DATA = dx.l
106  EXTRA_DIST = $(man_DATA)
107 diff -urN dx-4.1.0/src/exec/dxexec/Makefile.am dx-4.1.0-DESTDIR/src/exec/dxexec/Makefile.am
108 --- dx-4.1.0/src/exec/dxexec/Makefile.am        Fri Oct  1 20:42:22 1999
109 +++ dx-4.1.0-DESTDIR/src/exec/dxexec/Makefile.am        Sun Aug 27 15:03:49 2000
110 @@ -5,7 +5,7 @@
111  EXPARG=@EXPARG@
112  EXP=$BUILDBASE/lib/dxexec.exp
113  
114 -dxbindir = $(prefix)/dx/bin_@ARCH@
115 +dxbindir = $(datadir)/dx/bin_@ARCH@
116  dxbin_PROGRAMS = dxexec
117  noinst_LIBRARIES = libDXEXEC.a
118  
119 diff -urN dx-4.1.0/src/exec/dxmods/Makefile.am dx-4.1.0-DESTDIR/src/exec/dxmods/Makefile.am
120 --- dx-4.1.0/src/exec/dxmods/Makefile.am        Thu Jan  6 22:06:54 2000
121 +++ dx-4.1.0-DESTDIR/src/exec/dxmods/Makefile.am        Sun Aug 27 15:12:35 2000
122 @@ -2,7 +2,7 @@
123  
124  INCLUDES = -I../../../include -I../dpexec -I/usr/include -I/usr/local/include -D@ARCH@
125  
126 -dxmdfdir = $(prefix)/dx/lib
127 +dxmdfdir = $(datadir)/lib/
128  noinst_LIBRARIES = libDXMODS.a libusercm.a
129  SUFFIXES = .c .y .c .s .h .o 
130  
131 diff -urN dx-4.1.0/src/exec/libdx/Makefile.am dx-4.1.0-DESTDIR/src/exec/libdx/Makefile.am
132 --- dx-4.1.0/src/exec/libdx/Makefile.am Wed Dec 15 07:34:46 1999
133 +++ dx-4.1.0-DESTDIR/src/exec/libdx/Makefile.am Sun Aug 27 15:03:21 2000
134 @@ -2,7 +2,7 @@
135  
136  INCLUDES = -I../../../include  -D@ARCH@
137  
138 -dxlibdir = $(prefix)/dx/lib_@ARCH@
139 +dxlibdir = $(datadir)/dx/lib_@ARCH@
140  
141  noinst_LIBRARIES = libLIBDX.a libcallm.a
142  dxlib_LIBRARIES = libDXlite.a 
143 diff -urN dx-4.1.0/src/misc/Makefile.am dx-4.1.0-DESTDIR/src/misc/Makefile.am
144 --- dx-4.1.0/src/misc/Makefile.am       Mon Jan 17 23:52:31 2000
145 +++ dx-4.1.0-DESTDIR/src/misc/Makefile.am       Sun Aug 27 15:08:31 2000
146 @@ -4,7 +4,7 @@
147  
148  dxbindir = $(prefix)/bin
149  noinst_PROGRAMS = dxlocal
150 -archmakdir = $(prefix)/dx/lib_$(ARCH)
151 +archmakdir = $(datadir)/dx/lib_$(ARCH)
152  archmak_DATA = arch.mak
153  
154  dxlocal_SOURCES = dx.c 
155 diff -urN dx-4.1.0/src/uipp/dxl/Makefile.am dx-4.1.0-DESTDIR/src/uipp/dxl/Makefile.am
156 --- dx-4.1.0/src/uipp/dxl/Makefile.am   Mon May  3 16:08:43 1999
157 +++ dx-4.1.0-DESTDIR/src/uipp/dxl/Makefile.am   Sun Aug 27 15:46:58 2000
158 @@ -2,7 +2,7 @@
159  
160  INCLUDES = -I../../../include  -D@ARCH@
161  
162 -dxlibdir = $(prefix)/dx/lib_@ARCH@
163 +dxlibdir = $(prefix)/lib
164  
165  dxlib_LIBRARIES = libDXL.a
166  
167 diff -urN dx-4.1.0/src/uipp/dxui/Makefile.am dx-4.1.0-DESTDIR/src/uipp/dxui/Makefile.am
168 --- dx-4.1.0/src/uipp/dxui/Makefile.am  Wed Sep  1 23:27:44 1999
169 +++ dx-4.1.0-DESTDIR/src/uipp/dxui/Makefile.am  Sun Aug 27 15:46:09 2000
170 @@ -2,7 +2,7 @@
171  
172  INCLUDES = -I../base -I../../../include -I../dxuilib -D@ARCH@
173  
174 -dxbindir = $(prefix)/dx/bin_@ARCH@
175 +dxbindir = $(prefix)/bin
176  dxbin_PROGRAMS = dxui
177  
178  
179 diff -urN dx-4.1.0/src/uipp/mb/Makefile.am dx-4.1.0-DESTDIR/src/uipp/mb/Makefile.am
180 --- dx-4.1.0/src/uipp/mb/Makefile.am    Mon May  3 16:08:58 1999
181 +++ dx-4.1.0-DESTDIR/src/uipp/mb/Makefile.am    Sun Aug 27 15:44:20 2000
182 @@ -2,7 +2,7 @@
183  
184  INCLUDES = -I../../../include -I../base -I../widgets -D@ARCH@
185  
186 -dxbindir = $(prefix)/dx/bin_@ARCH@
187 +dxbindir = $(prefix)/bin
188  
189  dxbin_PROGRAMS = builder
190  
191 diff -urN dx-4.1.0/src/uipp/prompter/Makefile.am dx-4.1.0-DESTDIR/src/uipp/prompter/Makefile.am
192 --- dx-4.1.0/src/uipp/prompter/Makefile.am      Mon May  3 16:08:59 1999
193 +++ dx-4.1.0-DESTDIR/src/uipp/prompter/Makefile.am      Sun Aug 27 15:44:53 2000
194 @@ -2,7 +2,7 @@
195  
196  INCLUDES =  -I../base -I../../../include -D@ARCH@
197  
198 -dxbindir = $(prefix)/dx/bin_@ARCH@
199 +dxbindir = $(prefix)/bin
200  
201  dxbin_PROGRAMS = prompter
202  
203 diff -urN dx-4.1.0/src/uipp/startup/Makefile.am dx-4.1.0-DESTDIR/src/uipp/startup/Makefile.am
204 --- dx-4.1.0/src/uipp/startup/Makefile.am       Mon May  3 16:08:59 1999
205 +++ dx-4.1.0-DESTDIR/src/uipp/startup/Makefile.am       Sun Aug 27 15:45:12 2000
206 @@ -2,7 +2,7 @@
207  
208  INCLUDES =  -I../../../include -I../base -D@ARCH@
209  
210 -dxbindir = $(prefix)/dx/bin_@ARCH@
211 +dxbindir = $(prefix)/bin
212  
213  dxbin_PROGRAMS = startupui
214  
215 diff -urN dx-4.1.0/src/uipp/tutor/Makefile.am dx-4.1.0-DESTDIR/src/uipp/tutor/Makefile.am
216 --- dx-4.1.0/src/uipp/tutor/Makefile.am Mon May  3 16:09:00 1999
217 +++ dx-4.1.0-DESTDIR/src/uipp/tutor/Makefile.am Sun Aug 27 15:45:36 2000
218 @@ -2,7 +2,7 @@
219  
220  INCLUDES = -I../../../include -I../base -D@ARCH@
221  
222 -dxbindir = $(prefix)/dx/bin_@ARCH@
223 +dxbindir = $(prefix)/bin
224  
225  dxbin_PROGRAMS = tutor
226  
227 diff -urN dx-4.1.0/src/uipp/ui/Makefile.am dx-4.1.0-DESTDIR/src/uipp/ui/Makefile.am
228 --- dx-4.1.0/src/uipp/ui/Makefile.am    Mon Jun  7 21:19:27 1999
229 +++ dx-4.1.0-DESTDIR/src/uipp/ui/Makefile.am    Sun Aug 27 15:02:30 2000
230 @@ -1,6 +1,6 @@
231  ## Process this file with automake to produce Makefile.in
232  
233 -uidatadir = $(prefix)/dx/ui
234 +uidatadir = $(datadir)/dx/ui
235  
236  DATA1 = \
237         icon50.dat logo.dat ui.mdf Basic2D.cfg Basic2D.net \
This page took 0.890484 seconds and 3 git commands to generate.