location in scripts. Add dependancy on perl, so installed scripts work. Bump PKGREVISION to 3.
13 lines
290 B
Text
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.$$";
|
|
|