]> git.pld-linux.org Git - packages/Regina.git/blame - Regina-makefileinfix.patch
- man regina fix by Piotr MichoĊ„ski
[packages/Regina.git] / Regina-makefileinfix.patch
CommitLineData
f53a2bbe 1diff -urN Regina-3.3/Makefile.in Regina-3.3-patched/Makefile.in
2--- Regina-3.3/Makefile.in 2004-04-24 00:37:56.000000000 +0200
3+++ Regina-3.3-patched/Makefile.in 2006-05-10 23:22:42.701359035 +0200
4@@ -898,58 +898,58 @@
5 install: $(BASE_INSTALL) $(OTHER_INSTALLS)
6
7 installbase: all
8- $(INSTALL) -m 755 -d $(bindir)
9- $(INSTALL) -m 755 -d $(libdir)
10- $(INSTALL) -m 755 -d $(includedir)
11- $(INSTALL) -m 755 -d $(sharedir)
12- $(INSTALL) -m 755 -d $(mandir)/man1
13- $(INSTALL) -m 755 -c ./rexx$(EXE) $(bindir)/rexx$(EXE)
14- $(INSTALL) -m 755 -c ./rxqueue$(EXE) $(bindir)/rxqueue$(EXE)
15- $(INSTALL) -m 755 -c ./rxstack$(EXE) $(bindir)/rxstack$(EXE)
16- $(INSTALL) -m 755 -c ./regina-config $(bindir)/regina-config
17- -$(INSTALL) -m 755 -c ./rxstack.init.d $(sysconfdir)/rc.d/init.d/rxstack
18+ $(INSTALL) -m 755 -d $(DESTDIR)$(bindir)
19+ $(INSTALL) -m 755 -d $(DESTDIR)$(libdir)
20+ $(INSTALL) -m 755 -d $(DESTDIR)$(includedir)
21+ $(INSTALL) -m 755 -d $(DESTDIR)$(sharedir)
22+ $(INSTALL) -m 755 -d $(DESTDIR)$(mandir)/man1
23+ $(INSTALL) -m 755 -c ./rexx$(EXE) $(DESTDIR)$(bindir)/rexx$(EXE)
24+ $(INSTALL) -m 755 -c ./rxqueue$(EXE) $(DESTDIR)$(bindir)/rxqueue$(EXE)
25+ $(INSTALL) -m 755 -c ./rxstack$(EXE) $(DESTDIR)$(bindir)/rxstack$(EXE)
26+ $(INSTALL) -m 755 -c ./regina-config $(DESTDIR)$(bindir)/regina-config
27+ -$(INSTALL) -m 755 -c ./rxstack.init.d $(DESTDIR)$(sysconfdir)/rc.d/init.d/rxstack
28 @echo "The system startup/shutdown script; rxstack, may have been installed into $(sysconfdir)/rc.d/init.d"
29 @echo "You need to create the appropriate links to this script to start and stop rxstack automatically."
30- -$(INSTALL) -m 755 -c ./$(LIBPRE)$(LIBFILE)$(LIBPST) $(libdir)/$(LIBPRE)$(LIBFILE)$(LIBPST)
31- -$(RANLIB) $(libdir)/$(LIBPRE)$(LIBFILE)$(LIBPST)
32- $(INSTALL) -m 644 -c $(srcdir)/regina.1 $(mandir)/man1/regina.1
33- $(INSTALL) -m 644 -c $(srcdir)/rexxsaa.h $(includedir)/rexxsaa.h
34- $(INSTALL) -m 644 -c ./pt.mtb $(sharedir)/pt.mtb
35- $(INSTALL) -m 644 -c ./no.mtb $(sharedir)/no.mtb
36- $(INSTALL) -m 644 -c ./de.mtb $(sharedir)/de.mtb
37- $(INSTALL) -m 644 -c ./es.mtb $(sharedir)/es.mtb
38- $(INSTALL) -m 644 -c ./pl.mtb $(sharedir)/pl.mtb
39- $(bindir)/rexx $(srcdir)/preinst.rexx $(bindir)/rexx $(srcdir)/demo/rexxcps.rexx $(sharedir)/rexxcps.rexx
40- -chmod 755 $(sharedir)/rexxcps.rexx
41- $(bindir)/rexx $(srcdir)/preinst.rexx $(bindir)/rexx $(srcdir)/demo/animal.rexx $(sharedir)/animal.rexx
42- -chmod 755 $(sharedir)/animal.rexx
43- $(bindir)/rexx $(srcdir)/preinst.rexx $(bindir)/rexx $(srcdir)/demo/block.rexx $(sharedir)/block.rexx
44- -chmod 755 $(sharedir)/block.rexx
45- $(bindir)/rexx $(srcdir)/preinst.rexx $(bindir)/rexx $(srcdir)/demo/dateconv.rexx $(sharedir)/dateconv.rexx
46- -chmod 755 $(sharedir)/dateconv.rexx
47- $(bindir)/rexx $(srcdir)/preinst.rexx $(bindir)/rexx $(srcdir)/demo/timeconv.rexx $(sharedir)/timeconv.rexx
48- -chmod 755 $(sharedir)/timeconv.rexx
49- $(bindir)/rexx $(srcdir)/preinst.rexx $(bindir)/rexx $(srcdir)/demo/newstr.rexx $(sharedir)/newstr.rexx
50- -chmod 755 $(sharedir)/newstr.rexx
51+ -$(INSTALL) -m 755 -c ./$(LIBPRE)$(LIBFILE)$(LIBPST) $(DESTDIR)$(libdir)/$(LIBPRE)$(LIBFILE)$(LIBPST)
52+ -$(RANLIB) $(DESTDIR)$(libdir)/$(LIBPRE)$(LIBFILE)$(LIBPST)
53+ $(INSTALL) -m 644 -c $(srcdir)/regina.1 $(DESTDIR)$(mandir)/man1/regina.1
54+ $(INSTALL) -m 644 -c $(srcdir)/rexxsaa.h $(DESTDIR)$(includedir)/rexxsaa.h
55+ $(INSTALL) -m 644 -c ./pt.mtb $(DESTDIR)$(sharedir)/pt.mtb
56+ $(INSTALL) -m 644 -c ./no.mtb $(DESTDIR)$(sharedir)/no.mtb
57+ $(INSTALL) -m 644 -c ./de.mtb $(DESTDIR)$(sharedir)/de.mtb
58+ $(INSTALL) -m 644 -c ./es.mtb $(DESTDIR)$(sharedir)/es.mtb
59+ $(INSTALL) -m 644 -c ./pl.mtb $(DESTDIR)$(sharedir)/pl.mtb
60+ $(DESTDIR)$(bindir)/rexx $(srcdir)/preinst.rexx $(bindir)/rexx $(srcdir)/demo/rexxcps.rexx $(DESTDIR)$(sharedir)/rexxcps.rexx
61+ -chmod 755 $(DESTDIR)$(sharedir)/rexxcps.rexx
62+ $(DESTDIR)$(bindir)/rexx $(srcdir)/preinst.rexx $(bindir)/rexx $(srcdir)/demo/animal.rexx $(DESTDIR)$(sharedir)/animal.rexx
63+ -chmod 755 $(DESTDIR)$(sharedir)/animal.rexx
64+ $(DESTDIR)$(bindir)/rexx $(srcdir)/preinst.rexx $(bindir)/rexx $(srcdir)/demo/block.rexx $(DESTDIR)$(sharedir)/block.rexx
65+ -chmod 755 $(DESTDIR)$(sharedir)/block.rexx
66+ $(DESTDIR)$(bindir)/rexx $(srcdir)/preinst.rexx $(bindir)/rexx $(srcdir)/demo/dateconv.rexx $(DESTDIR)$(sharedir)/dateconv.rexx
67+ -chmod 755 $(DESTDIR)$(sharedir)/dateconv.rexx
68+ $(DESTDIR)$(bindir)/rexx $(srcdir)/preinst.rexx $(bindir)/rexx $(srcdir)/demo/timeconv.rexx $(DESTDIR)$(sharedir)/timeconv.rexx
69+ -chmod 755 $(DESTDIR)$(sharedir)/timeconv.rexx
70+ $(DESTDIR)$(bindir)/rexx $(srcdir)/preinst.rexx $(bindir)/rexx $(srcdir)/demo/newstr.rexx $(DESTDIR)$(sharedir)/newstr.rexx
71+ -chmod 755 $(DESTDIR)$(sharedir)/newstr.rexx
72
73 installregina:
74- $(INSTALL) -m 755 -c ./regina$(EXE) $(bindir)/regina$(EXE)
75- $(bindir)/rexx $(srcdir)/preinst.rexx $(bindir)/regina $(srcdir)/demo/dynfunc.rexx $(sharedir)/dynfunc.rexx
76- -chmod 755 $(sharedir)/dynfunc.rexx
77+ $(INSTALL) -m 755 -c ./regina$(EXE) $(DESTDIR)$(bindir)/regina$(EXE)
78+ $(DESTDIR)$(bindir)/rexx $(srcdir)/preinst.rexx $(bindir)/regina $(srcdir)/demo/dynfunc.rexx $(DESTDIR)$(sharedir)/dynfunc.rexx
79+ -chmod 755 $(DESTDIR)$(sharedir)/dynfunc.rexx
80
81 installlib: installregina
82- $(INSTALL) -m 755 -c ./$(SHLPRE)$(SHLFILE)$(SHLPST) $(libdir)/$(SHLPRE)$(SHLFILE)$(SHLPST)
83- $(INSTALL) -m 755 -c ./$(SHLPRE)test1$(MODPST) $(libdir)/$(SHLPRE)test1$(MODPST)
84- $(INSTALL) -m 755 -c ./$(SHLPRE)test2$(MODPST) $(libdir)/$(SHLPRE)test2$(MODPST)
85+ $(INSTALL) -m 755 -c ./$(SHLPRE)$(SHLFILE)$(SHLPST) $(DESTDIR)$(libdir)/$(SHLPRE)$(SHLFILE)$(SHLPST)
86+ $(INSTALL) -m 755 -c ./$(SHLPRE)test1$(MODPST) $(DESTDIR)$(libdir)/$(SHLPRE)test1$(MODPST)
87+ $(INSTALL) -m 755 -c ./$(SHLPRE)test2$(MODPST) $(DESTDIR)$(libdir)/$(SHLPRE)test2$(MODPST)
88
89 installabilib: installregina
90- -$(INSTALL) -m 755 -c ./$(SHLPRE)$(SHLFILE)$(SHLPST).$(ABI) $(libdir)/$(SHLPRE)$(SHLFILE)$(SHLPST).$(ABI)
91- -rm -f $(libdir)/$(SHLPRE)$(SHLFILE)$(SHLPST).$(ABI_MAJOR)
92- -(cd $(libdir);$(LN_S) $(SHLPRE)$(SHLFILE)$(SHLPST).$(ABI) $(SHLPRE)$(SHLFILE)$(SHLPST).$(ABI_MAJOR) )
93- -rm -f $(libdir)/$(SHLPRE)$(SHLFILE)$(SHLPST)
94- -(cd $(libdir);$(LN_S) $(SHLPRE)$(SHLFILE)$(SHLPST).$(ABI) $(SHLPRE)$(SHLFILE)$(SHLPST) )
95- $(INSTALL) -m 755 -c ./$(SHLPRE)test1$(MODPST) $(libdir)/$(SHLPRE)test1$(MODPST)
96- $(INSTALL) -m 755 -c ./$(SHLPRE)test2$(MODPST) $(libdir)/$(SHLPRE)test2$(MODPST)
97+ -$(INSTALL) -m 755 -c ./$(SHLPRE)$(SHLFILE)$(SHLPST).$(ABI) $(DESTDIR)$(libdir)/$(SHLPRE)$(SHLFILE)$(SHLPST).$(ABI)
98+ -rm -f $(DESTDIR)$(libdir)/$(SHLPRE)$(SHLFILE)$(SHLPST).$(ABI_MAJOR)
99+ -(cd $(DESTDIR)$(libdir);$(LN_S) $(SHLPRE)$(SHLFILE)$(SHLPST).$(ABI) $(SHLPRE)$(SHLFILE)$(SHLPST).$(ABI_MAJOR) )
100+ -rm -f $(DESTDIR)$(libdir)/$(SHLPRE)$(SHLFILE)$(SHLPST)
101+ -(cd $(DESTDIR)$(libdir);$(LN_S) $(SHLPRE)$(SHLFILE)$(SHLPST).$(ABI) $(SHLPRE)$(SHLFILE)$(SHLPST) )
102+ $(INSTALL) -m 755 -c ./$(SHLPRE)test1$(MODPST) $(DESTDIR)$(libdir)/$(SHLPRE)test1$(MODPST)
103+ $(INSTALL) -m 755 -c ./$(SHLPRE)test2$(MODPST) $(DESTDIR)$(libdir)/$(SHLPRE)test2$(MODPST)
104
105 installmacosx: ./$(SHLPRE)$(SHLFILE)$(BUNDLE)
106 $(INSTALL) -m 755 -c ./$(SHLPRE)$(SHLFILE)$(BUNDLE) $(libdir)/$(SHLPRE)$(SHLFILE)$(BUNDLE)
This page took 0.138052 seconds and 4 git commands to generate.