diff options
author | hubertf <hubertf@pkgsrc.org> | 1997-12-13 23:51:24 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 1997-12-13 23:51:24 +0000 |
commit | 3e9d2d9be3b2928df8e0c31d318addaa40475e3e (patch) | |
tree | e365fb1d2359b8e631e3d9d3550b00fcf721cb0d /graphics/xplot | |
parent | 7e2b4d4130fe0a8f3278b833411e45f0e2f14191 (diff) | |
download | pkgsrc-3e9d2d9be3b2928df8e0c31d318addaa40475e3e.tar.gz |
Use /usr/pkg/bin/perl, not /usr/local/bin/perl
Diffstat (limited to 'graphics/xplot')
-rw-r--r-- | graphics/xplot/patches/patch-ab | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/graphics/xplot/patches/patch-ab b/graphics/xplot/patches/patch-ab new file mode 100644 index 00000000000..25fcc3ee13d --- /dev/null +++ b/graphics/xplot/patches/patch-ab @@ -0,0 +1,8 @@ +--- tcpdump2xplot.pl.orig Sun Dec 14 00:45:49 1997 ++++ tcpdump2xplot.pl Sun Dec 14 00:45:56 1997 +@@ -1,4 +1,4 @@ +-#!/usr/local/bin/perl ++#!/usr/pkg/bin/perl + # -*- Perl -*- + # + # Copyright 1996 Massachusetts Institute of Technology |