1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-15 07:56:36 +00:00

ftp/mirror: move man pages

This commit is contained in:
Cy Schubert 2024-03-01 11:11:03 -08:00
parent 2bf0dc40bd
commit e9926bc04b
3 changed files with 55 additions and 76 deletions

View File

@ -1,6 +1,6 @@
PORTNAME= mirror PORTNAME= mirror
PORTVERSION= 2.9 PORTVERSION= 2.9
PORTREVISION= 2 PORTREVISION= 3
CATEGORIES= ftp CATEGORIES= ftp
MASTER_SITES= http://cschubert.com/distfiles/ \ MASTER_SITES= http://cschubert.com/distfiles/ \
LOCAL/cy LOCAL/cy

View File

@ -1,73 +1,52 @@
*** makefile.orig Mon Jun 1 20:28:47 1998 --- makefile.orig 1998-06-01 11:28:47.000000000 -0700
--- makefile Mon Jun 8 13:59:10 1998 +++ makefile 2024-03-01 11:09:23.957678000 -0800
*************** @@ -41,7 +41,7 @@
*** 41,47 **** $(WEBFILES)
$(WEBFILES)
all:
all: - echo try make mirror.tar
! echo try make mirror.tar +# echo try make mirror.tar
mirror.tar: $(FILES) mirror.tar: $(FILES)
rev=`./mirror.pl -v | perl -ane 'print "$$F[2]\n";'`; echo $rev; \ rev=`./mirror.pl -v | perl -ane 'print "$$F[2]\n";'`; echo $rev; \
--- 41,47 ---- @@ -65,25 +65,26 @@
$(WEBFILES) # mode to install executables
EXMODE = 755
all: # group to own all the files
! # echo try make mirror.tar -GRP = gnu
+GRP = bin
mirror.tar: $(FILES) # directory to install .pl (perl library) files
rev=`./mirror.pl -v | perl -ane 'print "$$F[2]\n";'`; echo $rev; \ -PLDIR = /usr/local/perl5/lib/perl5
*************** +PLDIR = ${PREFIX}/lib/mirror
*** 65,89 **** # directory to install public executables
# mode to install executables -BINDIR = /usr/local/sbin
EXMODE = 755 +BINDIR = ${PREFIX}/bin
# group to own all the files # directory to install man pages
! GRP = gnu -MANDIR = /usr/local/man/man1
# directory to install .pl (perl library) files +MANDIR = ${PREFIX}/share/man/man1
! PLDIR = /usr/local/perl5/lib/perl5
# directory to install public executables install:
! BINDIR = /usr/local/sbin - install -m $(PLMODE) -g $(GRP) lchat.pl $(PLDIR)
# directory to install man pages - install -m $(PLMODE) -g $(GRP) dateconv.pl $(PLDIR)
! MANDIR = /usr/local/man/man1 - install -m $(PLMODE) -g $(GRP) ftp.pl $(PLDIR)
- install -m $(PLMODE) -g $(GRP) lsparse.pl $(PLDIR)
install: - install -m $(EXMODE) -g $(GRP) mirror.pl $(BINDIR)/mirror
! install -m $(PLMODE) -g $(GRP) lchat.pl $(PLDIR) - install -m $(EXMODE) -g $(GRP) do_unlinks.pl $(BINDIR)/do_unlinks
! install -m $(PLMODE) -g $(GRP) dateconv.pl $(PLDIR) - install -m $(EXMODE) -g $(GRP) pkgs_to_mmin.pl $(BINDIR)/pkgs_to_mmin
! install -m $(PLMODE) -g $(GRP) ftp.pl $(PLDIR) - install -m $(EXMODE) -g $(GRP) mm.pl $(BINDIR)/mirror-master
! install -m $(PLMODE) -g $(GRP) lsparse.pl $(PLDIR) - install -m $(PLMODE) -g $(GRP) mirror.man $(MANDIR)/mirror.1
! install -m $(EXMODE) -g $(GRP) mirror.pl $(BINDIR)/mirror - install -m $(PLMODE) -g $(GRP) mm.man $(MANDIR)/mirror-master.1
! install -m $(EXMODE) -g $(GRP) do_unlinks.pl $(BINDIR)/do_unlinks + install -c lchat.pl $(PLDIR)
! install -m $(EXMODE) -g $(GRP) pkgs_to_mmin.pl $(BINDIR)/pkgs_to_mmin + install -c dateconv.pl $(PLDIR)
! install -m $(EXMODE) -g $(GRP) mm.pl $(BINDIR)/mirror-master + install -c ftp.pl $(PLDIR)
! install -m $(PLMODE) -g $(GRP) mirror.man $(MANDIR)/mirror.1 + install -c lsparse.pl $(PLDIR)
! install -m $(PLMODE) -g $(GRP) mm.man $(MANDIR)/mirror-master.1 + install -c mirror.pl $(BINDIR)/mirror
+ install -c do_unlinks.pl $(BINDIR)/do_unlinks
# directory to install .pl (perl library) files for rperl + install -c pkgs_to_mmin.pl $(BINDIR)/pkgs_to_mmin
RPLDIR = /usr/local/rperl5/lib/perl5 + install -c mm.pl $(BINDIR)/mirror-master
--- 65,89 ---- + install -c mirror.man $(MANDIR)/mirror.1
# mode to install executables + install -c mm.man $(MANDIR)/mirror-master.1
EXMODE = 755 + install -c mirror.defaults $(PLDIR)/mirror.defaults.sample
# group to own all the files
! GRP = bin # directory to install .pl (perl library) files for rperl
# directory to install .pl (perl library) files RPLDIR = /usr/local/rperl5/lib/perl5
! PLDIR = ${PREFIX}/lib/mirror
# directory to install public executables
! BINDIR = ${PREFIX}/bin
# directory to install man pages
! MANDIR = ${PREFIX}/man/man1
install:
! install -c lchat.pl $(PLDIR)
! install -c dateconv.pl $(PLDIR)
! install -c ftp.pl $(PLDIR)
! install -c lsparse.pl $(PLDIR)
! install -c mirror.pl $(BINDIR)/mirror
! install -c do_unlinks.pl $(BINDIR)/do_unlinks
! install -c pkgs_to_mmin.pl $(BINDIR)/pkgs_to_mmin
! install -c mm.pl $(BINDIR)/mirror-master
! install -c mirror.man $(MANDIR)/mirror.1
! install -c mm.man $(MANDIR)/mirror-master.1
! install -c mirror.defaults $(PLDIR)/mirror.defaults.sample
# directory to install .pl (perl library) files for rperl
RPLDIR = /usr/local/rperl5/lib/perl5

View File

@ -11,5 +11,5 @@ lib/mirror/dateconv.pl
lib/mirror/ftp.pl lib/mirror/ftp.pl
lib/mirror/lsparse.pl lib/mirror/lsparse.pl
lib/mirror/mirror.defaults.sample lib/mirror/mirror.defaults.sample
man/man1/mirror.1.gz share/man/man1/mirror.1.gz
man/man1/mirror-master.1.gz share/man/man1/mirror-master.1.gz