freebsd-ports/print/muttprint/files/patch-ab
David W. Chapman Jr. 58c1f4c2b6 Don't use warnings
BUMP PORTREVISION

PR:		34867
Submitted by:	ports@geeksrus.net
2002-02-12 22:58:59 +00:00

22 lines
551 B
Text

--- muttprint.orig Sat Dec 15 08:49:39 2001
+++ muttprint Tue Feb 12 01:48:40 2002
@@ -34,7 +34,7 @@
# Deklaration erzwingen
use strict;
# for developing and testing only
-use warnings;
+#use warnings;
# Deklaration nach Perl-5.005-Art
use vars qw($VERSION %String $LPack $charset);
use sigtrap qw(die INT QUIT);
@@ -158,8 +158,8 @@
if ($Config{'PENGUIN'} eq "on") {
$Config{'PENGUIN'} =
- -r "$share_dir/penguin.eps"
- ? "$share_dir/penguin.eps" : "off";
+ -r "$share_dir/Beastie.eps"
+ ? "$share_dir/Beastie.eps" : "off";
}