summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorgrant <grant>2004-01-27 14:06:46 +0000
committergrant <grant>2004-01-27 14:06:46 +0000
commit576c97fe92ae7d6b6e24b58097c54a7856b710dd (patch)
tree5fc1cb8aac62679b980bb0529f714c1146d7622c /net
parent07cd80a0569c641badf78dbae30b164ffbeb6134 (diff)
downloadpkgsrc-576c97fe92ae7d6b6e24b58097c54a7856b710dd.tar.gz
call ${BSD_INSTALL}, not "install".
Diffstat (limited to 'net')
-rw-r--r--net/mirror/distinfo4
-rw-r--r--net/mirror/patches/patch-aa32
2 files changed, 18 insertions, 18 deletions
diff --git a/net/mirror/distinfo b/net/mirror/distinfo
index 8dec926c481..a4223ed8c57 100644
--- a/net/mirror/distinfo
+++ b/net/mirror/distinfo
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.2 2001/04/21 11:23:22 wiz Exp $
+$NetBSD: distinfo,v 1.3 2004/01/27 14:06:46 grant Exp $
SHA1 (mirror-2.9.tar.gz) = 7a4f7a395cfff06be04a449a050b32e2c055e6c4
Size (mirror-2.9.tar.gz) = 123194 bytes
-SHA1 (patch-aa) = 3203f4817bc265b5227304c083e606ffb45ce4fd
+SHA1 (patch-aa) = 5b88f78a7bfa3b4e9f0905efcac2e813ac0eeae2
SHA1 (patch-ab) = 09045d218a86890f95e381f355fa61c3dfc34ef0
SHA1 (patch-ac) = 5dd115284903102cf1f83de57d2aacdf9addf2f7
SHA1 (patch-ad) = 24b9dd4124756d2c058309e306da0ca022719ac6
diff --git a/net/mirror/patches/patch-aa b/net/mirror/patches/patch-aa
index 88c6c92585a..deede9c650d 100644
--- a/net/mirror/patches/patch-aa
+++ b/net/mirror/patches/patch-aa
@@ -1,8 +1,8 @@
-$NetBSD: patch-aa,v 1.5 2000/04/19 16:16:52 kim Exp $
+$NetBSD: patch-aa,v 1.6 2004/01/27 14:06:46 grant Exp $
---- makefile.orig Mon Jun 1 21:28:47 1998
-+++ makefile Wed Apr 19 19:06:30 2000
-@@ -41,7 +41,7 @@
+--- makefile.orig 1998-06-02 04:28:47.000000000 +1000
++++ makefile
+@@ -41,7 +41,7 @@ FILES= README.txt \
$(WEBFILES)
all:
@@ -11,7 +11,7 @@ $NetBSD: patch-aa,v 1.5 2000/04/19 16:16:52 kim Exp $
mirror.tar: $(FILES)
rev=`./mirror.pl -v | perl -ane 'print "$$F[2]\n";'`; echo $rev; \
-@@ -65,25 +65,26 @@
+@@ -65,25 +65,26 @@ PLMODE = 644
# mode to install executables
EXMODE = 755
# group to own all the files
@@ -38,17 +38,17 @@ $NetBSD: patch-aa,v 1.5 2000/04/19 16:16:52 kim Exp $
- install -m $(EXMODE) -g $(GRP) mm.pl $(BINDIR)/mirror-master
- install -m $(PLMODE) -g $(GRP) mirror.man $(MANDIR)/mirror.1
- install -m $(PLMODE) -g $(GRP) mm.man $(MANDIR)/mirror-master.1
-+ 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
-+ 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)/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.dist
++ ${BSD_INSTALL} -c -m $(PLMODE) -g $(GRP) lchat.pl $(PLDIR)
++ ${BSD_INSTALL} -c -m $(PLMODE) -g $(GRP) dateconv.pl $(PLDIR)
++ ${BSD_INSTALL} -c -m $(PLMODE) -g $(GRP) ftp.pl $(PLDIR)
++ ${BSD_INSTALL} -c -m $(PLMODE) -g $(GRP) lsparse.pl $(PLDIR)
++ ${BSD_INSTALL} -c -m $(EXMODE) -g $(GRP) mirror.pl $(BINDIR)/mirror
++ ${BSD_INSTALL} -c -m $(EXMODE) -g $(GRP) do_unlinks.pl $(BINDIR)/do_unlinks
++ ${BSD_INSTALL} -c -m $(EXMODE) -g $(GRP) pkgs_to_mmin.pl $(BINDIR)/pkgs_to_mmin
++ ${BSD_INSTALL} -c -m $(EXMODE) -g $(GRP) mm.pl $(BINDIR)/mirrormaster
++ ${BSD_INSTALL} -c -m $(PLMODE) -g $(GRP) mirror.man $(MANDIR)/mirror.1
++ ${BSD_INSTALL} -c -m $(PLMODE) -g $(GRP) mm.man $(MANDIR)/mirrormaster.1
++ ${BSD_INSTALL} -c -m $(PLMODE) -g $(GRP) mirror.defaults $(PLDIR)/mirror.defaults.dist
# directory to install .pl (perl library) files for rperl
RPLDIR = /usr/local/rperl5/lib/perl5