summaryrefslogtreecommitdiff
path: root/graphics/fly/patches/patch-am
blob: b03dce25823592bcf4d9cfa6199e65c5d411a6c3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
$NetBSD: patch-am,v 1.2 2003/06/06 21:27:18 jmmv Exp $

--- examples/cgi-perl-example.pl.orig	1999-01-14 23:37:31.000000000 +0100
+++ examples/cgi-perl-example.pl
@@ -1,8 +1,8 @@
 #!/usr/local/bin/perl
 
-print "Content-type: image/gif\n\n";
+print "Content-type: image/png\n\n";
 
-$flyprog = "/usr/local/web/bin/fly";
+$flyprog = "@PREFIX@/bin/fly";
 
 $infile = "/tmp/fly.$$";