diff options
author | agc <agc> | 1998-05-19 13:31:49 +0000 |
---|---|---|
committer | agc <agc> | 1998-05-19 13:31:49 +0000 |
commit | 758e74ae590a4194b33aa04befe839957bfcd003 (patch) | |
tree | feaff4ae3e04b396547220df901920a4104c21e9 /x11 | |
parent | 40e45639646bccdf733953bdc9e9f2a7464c13ac (diff) | |
download | pkgsrc-758e74ae590a4194b33aa04befe839957bfcd003.tar.gz |
Don't hardcode the location of the Perl binary in the tcpdump2xplot
Perl script. Pointed out by Manuel Bouyer.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xplot/patches/patch-ab | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/xplot/patches/patch-ab b/x11/xplot/patches/patch-ab index 25fcc3ee13d..eb85de2aa86 100644 --- a/x11/xplot/patches/patch-ab +++ b/x11/xplot/patches/patch-ab @@ -2,7 +2,7 @@ +++ tcpdump2xplot.pl Sun Dec 14 00:45:56 1997 @@ -1,4 +1,4 @@ -#!/usr/local/bin/perl -+#!/usr/pkg/bin/perl ++#!/usr/bin/env perl # -*- Perl -*- # # Copyright 1996 Massachusetts Institute of Technology |