openbsd-ports/net/mirror/patches/patch-mm-pl
2007-03-20 00:35:52 +00:00

15 lines
599 B
Plaintext

# $NetBSD: patch-af,v 1.1 2000/03/26 22:33:18 kim Exp $
# $OpenBSD: patch-mm-pl,v 1.2 2007/03/20 00:35:52 pvalchev Exp $
--- mm.pl.orig Fri May 29 13:09:54 1998
+++ mm.pl Mon Mar 19 18:31:12 2007
@@ -63,7 +63,7 @@ $max = 6;
# $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';