Import of pkgsrc-2013Q2

This commit is contained in:
2013-09-26 17:14:40 +02:00
commit 785076ae39
74991 changed files with 4380255 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
$NetBSD: patch-af,v 1.1 2000/03/26 22:33:18 kim Exp $
--- mm.pl.orig Fri May 29 15:09:54 1998
+++ mm.pl Sat Mar 25 03:09:36 2000
@@ -63,7 +63,7 @@
# $pkg is the package number fixed up to replace characters likely to give
# grief under unix.
# This expects the directory logs to already exist.
-$mirror = "exec ./mirror \$args -p'\$package' packages/\$site > logs/\$site:\$pkg 2>&1";
+$mirror = "exec !!PREFIX!!/bin/mirror \$args -p'\$package' packages/\$site > logs/\$site:\$pkg 2>&1";
$status_file = 'mm.status';