summaryrefslogtreecommitdiff
path: root/graphics/fly/patches/patch-am
blob: a044aecc5099400c00273e67944a9a67b00820bd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
$NetBSD: patch-am,v 1.1 1999/11/01 03:31:46 jlam Exp $

--- examples/cgi-perl-example.pl.orig	Thu Jan 14 17:37:31 1999
+++ examples/cgi-perl-example.pl	Sun Oct 31 00:27:09 1999
@@ -1,8 +1,8 @@
-#!/usr/local/bin/perl
+#!/usr/pkg/bin/perl
 
-print "Content-type: image/gif\n\n";
+print "Content-type: image/png\n\n";
 
-$flyprog = "/usr/local/web/bin/fly";
+$flyprog = "/usr/pkg/bin/fly";
 
 $infile = "/tmp/fly.$$";