summaryrefslogtreecommitdiff
path: root/ftp/mirror/files/patch-aa
blob: da43444ff3dde0f742c7796c59d09bc9c2f71f68 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
*** makefile.orig	Thu Jun  1 21:26:26 1995
--- makefile	Sat Mar 16 16:19:59 1996
***************
*** 6,12 ****
  	support/cyber-patches support/lstest.pl new-patches-by
  
  all:
! 	echo try make mirror.tar
  
  mirror.tar: $(FILES)
  	rev=`./mirror -v | perl -ane 'print "$$F[2]\n";'`; echo $rev; \
--- 6,12 ----
  	support/cyber-patches support/lstest.pl new-patches-by
  
  all:
! #	echo try make mirror.tar
  
  mirror.tar: $(FILES)
  	rev=`./mirror -v | perl -ane 'print "$$F[2]\n";'`; echo $rev; \
***************
*** 25,50 ****
  # mode to install executables
  EXMODE = 755
  # group to own all the files
! GRP = gnu
  # directory to install .pl (perl library) files
! PLDIR = /usr/local/perl5/lib/perl5
  # directory to install public executables
! BINDIR = /usr/local/sbin
  # directory to install man pages
! MANDIR = /usr/local/man/man1
  
  install:
! 	install -m $(PLMODE) -g $(GRP) lchat.pl $(PLDIR)
! 	install -m $(PLMODE) -g $(GRP) chat2.pl $(PLDIR)
! 	install -m $(PLMODE) -g $(GRP) dateconv.pl $(PLDIR)
! 	install -m $(PLMODE) -g $(GRP) ftp.pl $(PLDIR)
! 	install -m $(PLMODE) -g $(GRP) lsparse.pl $(PLDIR)
! 	install -m $(EXMODE) -g $(GRP) mirror.pl $(PLDIR)
! 	install -m $(EXMODE) -g $(GRP) do_unlinks $(BINDIR)
! 	install -m $(EXMODE) -g $(GRP) pkgs_to_mmin $(BINDIR)
! 	install -m $(EXMODE) -g $(GRP) mm $(BINDIR)/mirror-master
! 	install -m $(PLMODE) -g $(GRP) mirror.man $(MANDIR)/mirror.1
! 	install -m $(PLMODE) -g $(GRP) mm.man $(MANDIR)/mirror-master.1
  
  # directory to install .pl (perl library) files for rperl
  RPLDIR = /usr/local/rperl5/lib/perl5
--- 25,51 ----
  # mode to install executables
  EXMODE = 755
  # group to own all the files
! GRP = bin
  # directory to install .pl (perl library) files
! PLDIR = ${PREFIX}/lib/mirror
  # directory to install public executables
! BINDIR = ${PREFIX}/bin
  # directory to install man pages
! MANDIR = ${PREFIX}/man/man1
  
  install:
! 	install -c -m $(PLMODE) -g $(GRP) lchat.pl $(PLDIR)
! #	install -c -m $(PLMODE) -g $(GRP) chat2.pl $(PLDIR)
! 	install -c -m $(PLMODE) -g $(GRP) dateconv.pl $(PLDIR)
! 	install -c -m $(PLMODE) -g $(GRP) ftp.pl $(PLDIR)
! 	install -c -m $(PLMODE) -g $(GRP) lsparse.pl $(PLDIR)
! 	install -c -m $(EXMODE) -g $(GRP) mirror.pl $(BINDIR)/mirror
! 	install -c -m $(EXMODE) -g $(GRP) do_unlinks $(BINDIR)
! 	install -c -m $(EXMODE) -g $(GRP) pkgs_to_mmin $(BINDIR)
! 	install -c -m $(EXMODE) -g $(GRP) mm $(BINDIR)/mirrormaster
! 	install -c -m $(PLMODE) -g $(GRP) mirror.man $(MANDIR)/mirror.1
! 	install -c -m $(PLMODE) -g $(GRP) mm.man $(MANDIR)/mirrormaster.1
! 	install -c -m $(PLMODE) -g $(GRP) mirror.defaults $(PLDIR)/mirror.defaults.sample
  
  # directory to install .pl (perl library) files for rperl
  RPLDIR = /usr/local/rperl5/lib/perl5