]> git.pld-linux.org Git - packages/bluefish.git/blob - bluefish-DESTDIR.patch
- release 3, built against libpng >= 1.0.8
[packages/bluefish.git] / bluefish-DESTDIR.patch
1 diff -Nru bluefish-0.4/Makefile.in bluefish-0.4.new/Makefile.in
2 --- bluefish-0.4/Makefile.in    Mon Apr 17 23:31:14 2000
3 +++ bluefish-0.4.new/Makefile.in        Mon May 15 00:47:52 2000
4 @@ -62,13 +62,13 @@
5  install:
6         @$(MAKE) -C po install
7         @$(MAKE) -C man install
8 -       $(INSTALL) -d -m 755 $(datadir)
9 -       $(INSTALL) -d -m 755 $(pkgdatadir)
10 -       $(INSTALL) -d -m 755 $(pixmapsdir)
11 -       $(INSTALL) -m 644 ./pixmaps/bluefish_icon.xpm $(pixmapsdir)
12 -       $(INSTALL) -m 644 ./data/php3_functions $(pkgdatadir)/php3_functions
13 -       $(INSTALL) -m 644 ./data/ssi_functions $(pkgdatadir)/ssi_functions
14 -       $(INSTALL) -m 644 ./data/rxml_functions $(pkgdatadir)/rxml_functions    
15 +       $(INSTALL) -d -m 755 $(DESTDIR)$(datadir)
16 +       $(INSTALL) -d -m 755 $(DESTDIR)$(pkgdatadir)
17 +       $(INSTALL) -d -m 755 $(DESTDIR)$(pixmapsdir)
18 +       $(INSTALL) -m 644 ./pixmaps/bluefish_icon.xpm $(DESTDIR)$(pixmapsdir)
19 +       $(INSTALL) -m 644 ./data/php3_functions $(DESTDIR)$(pkgdatadir)/php3_functions
20 +       $(INSTALL) -m 644 ./data/ssi_functions $(DESTDIR)$(pkgdatadir)/ssi_functions
21 +       $(INSTALL) -m 644 ./data/rxml_functions $(DESTDIR)$(pkgdatadir)/rxml_functions  
22         @cd ${srcdir}/ && $(MAKE) install
23  
24  
25 diff -Nru bluefish-0.4/man/Makefile.in bluefish-0.4.new/man/Makefile.in
26 --- bluefish-0.4/man/Makefile.in        Sat Mar  4 16:07:23 2000
27 +++ bluefish-0.4.new/man/Makefile.in    Mon May 15 00:48:15 2000
28 @@ -40,11 +40,8 @@
29  INSTALL = @INSTALL@
30  
31  SRCS = bluefish.1
32 -OBJS = bluefish.1.gz
33  
34 -all: bluefish
35 -bluefish:
36 -       gzip -c $(SRCS) > $(OBJS)
37 +all:
38  
39  clean:
40         rm -f $(OBJS) core *~ *.bak
41 @@ -55,5 +52,5 @@
42  distclean: patchclean
43  
44  install: all
45 -       $(INSTALL) -d -m 755 $(mandir)
46 -       $(INSTALL) -m 644 ./$(OBJS) $(mandir)/$(OBJS)
47 +       $(INSTALL) -d -m 755 $(DESTDIR)$(mandir)
48 +       $(INSTALL) -m 644 ./$(SRCS) $(DESTDIR)$(mandir)/$(OBJS)
49 diff -Nru bluefish-0.4/src/Makefile.in bluefish-0.4.new/src/Makefile.in
50 --- bluefish-0.4/src/Makefile.in        Mon Apr 17 23:31:16 2000
51 +++ bluefish-0.4.new/src/Makefile.in    Mon May 15 00:45:58 2000
52 @@ -68,8 +68,8 @@
53         rm -f config.h
54  
55  install: all
56 -       $(INSTALL) -d -m 755 $(bindir)
57 -       $(INSTALL) -s -m 755 ./bluefish $(bindir)/bluefish
58 +       $(INSTALL) -d -m 755 $(DESTDIR)$(bindir)
59 +       $(INSTALL) -s -m 755 ./bluefish $(DESTDIR)$(bindir)/bluefish
60  
61  uninstall:
62         /bin/rm -f $(bindir)/bluefish
This page took 0.074835 seconds and 3 git commands to generate.