pkgsrc/graphics/fly/patches/patch-ap
jmmv 78727c1589 Avoid hardcoding /usr/pkg in patch files, using REPLACE_PERL to fix perl
location in scripts.
Add dependancy on perl, so installed scripts work.
Bump PKGREVISION to 3.
2003-06-06 21:27:17 +00:00

13 lines
290 B
Text

$NetBSD: patch-ap,v 1.2 2003/06/06 21:27:18 jmmv Exp $
--- examples/perl.example.orig 1999-01-14 23:37:31.000000000 +0100
+++ examples/perl.example
@@ -1,7 +1,7 @@
#!/usr/local/bin/perl
$flyprog = "../fly";
-$outfile = "temp.gif";
+$outfile = "temp.png";
$infile = "/tmp/fly.$$";