freebsd-ports/ftp/mirror/files/patch-aa

74 lines
2.6 KiB
Text
Raw Normal View History

1998-06-08 14:41:15 +02:00
*** makefile.orig Mon Jun 1 20:28:47 1998
--- makefile Mon Jun 8 13:59:10 1998
***************
1998-06-08 14:41:15 +02:00
*** 41,47 ****
$(WEBFILES)
all:
! echo try make mirror.tar
mirror.tar: $(FILES)
1998-06-08 14:41:15 +02:00
rev=`./mirror.pl -v | perl -ane 'print "$$F[2]\n";'`; echo $rev; \
--- 41,47 ----
$(WEBFILES)
all:
! # echo try make mirror.tar
mirror.tar: $(FILES)
1998-06-08 14:41:15 +02:00
rev=`./mirror.pl -v | perl -ane 'print "$$F[2]\n";'`; echo $rev; \
***************
1998-06-08 14:41:15 +02:00
*** 65,89 ****
1996-03-16 16:29:51 +01:00
# 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) dateconv.pl $(PLDIR)
! install -m $(PLMODE) -g $(GRP) ftp.pl $(PLDIR)
! install -m $(PLMODE) -g $(GRP) lsparse.pl $(PLDIR)
1998-06-08 14:41:15 +02:00
! install -m $(EXMODE) -g $(GRP) mirror.pl $(BINDIR)/mirror
! install -m $(EXMODE) -g $(GRP) do_unlinks.pl $(BINDIR)/do_unlinks
! install -m $(EXMODE) -g $(GRP) pkgs_to_mmin.pl $(BINDIR)/pkgs_to_mmin
! install -m $(EXMODE) -g $(GRP) mm.pl $(BINDIR)/mirror-master
1996-03-16 16:29:51 +01:00
! 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
1998-06-08 14:41:15 +02:00
--- 65,89 ----
1996-03-16 16:29:51 +01:00
# 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) 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
1998-06-08 14:41:15 +02:00
! install -c -m $(EXMODE) -g $(GRP) do_unlinks.pl $(BINDIR)/do_unlinks
! install -c -m $(EXMODE) -g $(GRP) pkgs_to_mmin.pl $(BINDIR)/pkgs_to_mmin
! install -c -m $(EXMODE) -g $(GRP) mm.pl $(BINDIR)/mirror-master
1996-03-16 16:29:51 +01:00
! install -c -m $(PLMODE) -g $(GRP) mirror.man $(MANDIR)/mirror.1
1998-06-08 14:41:15 +02:00
! install -c -m $(PLMODE) -g $(GRP) mm.man $(MANDIR)/mirror-master.1
1996-03-16 16:29:51 +01:00
! 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