freebsd-ports/x11/rxvt-unicode/files/patch-src::gentables
Thierry Thomas e216461ab7 Fix the shebang of "gentables" for machines without symlink for Perl.
Same thing for gencompose & genlinedraw, though this isn't required for
a successful installation.

Submitted by:	Tommy Scheunemann <net (at) arrishq.net>
2011-10-09 15:34:00 +00:00

8 lines
214 B
Text

--- ./src/gentables.orig Wed Aug 4 04:59:09 2004
+++ ./src/gentables Tue Aug 10 00:03:21 2004
@@ -1,4 +1,4 @@
-#!/opt/bin/perl
+#!/usr/bin/env perl
# the generated tables mostly have NOT been checked so far!