openbsd-ports/graphics/cadubi/patches/patch-cadubi
naddy 87baf2c6c5 Import of cadubi 1.1b1; submitted by Joshua Stein <jcs@rt.fm>.
CADUBI is an application written in Perl that allows you to
draw text-based images that are viewable on typical unix-based
consoles.
2001-07-28 23:22:00 +00:00

11 lines
488 B
Plaintext

$OpenBSD: patch-cadubi,v 1.1.1.1 2001/07/28 23:22:00 naddy Exp $
--- cadubi.orig Thu Jan 27 03:54:51 2000
+++ cadubi Sun Jul 29 01:10:59 2001
@@ -32,5 +32,5 @@ use FindBin qw($Bin); use lib "$Bin/../l
my $CADUBI_Arguments = undef;
$CADUBI_Arguments .= ' --mute' unless $AUDIBLE;
$CADUBI_Arguments .= ' '.$ADD_OPS if $ADD_OPS;
-exec ('perl '.$Bin.'/CADUBI.pl'.$CADUBI_Arguments.' '.join(' ',@ARGV));
+exec ('perl '.$Bin.'/../libexec/CADUBI.pl'.$CADUBI_Arguments.' '.join(' ',@ARGV));