aboutsummaryrefslogtreecommitdiff
path: root/ftp/mirror/files/patch-aa
blob: a897a53e9b053880e99fbd903c110f63c690d210 (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
*** makefile.orig	Tue Jan 18 22:58:21 1994
--- makefile	Mon May 15 17:50:25 1995
***************
*** 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; \
***************
*** 20,22 ****
--- 20,34 ----
  	checkin $(FILES)
  
  #  install, clean ...
+ install:
+ 	install -c ftp.pl ${PREFIX}/lib/mirror/
+ 	install -c lsparse.pl ${PREFIX}/lib/mirror/
+ 	install -c dateconv.pl ${PREFIX}/lib/mirror/
+ 	install -c mirror.defaults ${PREFIX}/lib/mirror/mirror.defaults.sample
+ 	install -c mirror.pl ${PREFIX}/bin/mirror
+ 	install -c mirror.man ${PREFIX}/man/man1/mirror.1
+ 	gzip -9nf ${PREFIX}/man/man1/mirror.1
+ 	install -c mm ${PREFIX}/bin/mirrormaster
+ 	install -c mm.man ${PREFIX}/man/man1/mirrormaster.1
+ 	gzip -9nf ${PREFIX}/man/man1/mirrormaster.1
+ 	install -c do_unlinks ${PREFIX}/lib/mirror/do_unlinks