diff options
author | thierry <thierry@FreeBSD.org> | 2011-10-09 23:34:00 +0800 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2011-10-09 23:34:00 +0800 |
commit | 9bfd29043d5bbb15e926b009de84132d9cba35fd (patch) | |
tree | 1e06de0dec0572e13916584748e305594fc8123b /x11 | |
parent | 9c65c6b6017787ebe4c82c7a2e3995cd57a0de55 (diff) | |
download | freebsd-ports-gnome-9bfd29043d5bbb15e926b009de84132d9cba35fd.tar.gz freebsd-ports-gnome-9bfd29043d5bbb15e926b009de84132d9cba35fd.tar.zst freebsd-ports-gnome-9bfd29043d5bbb15e926b009de84132d9cba35fd.zip |
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>
Diffstat (limited to 'x11')
-rw-r--r-- | x11/rxvt-unicode/files/patch-src::gentables | 2 | ||||
-rw-r--r-- | x11/rxvt-unicode/files/patch-src_gencompose | 8 | ||||
-rw-r--r-- | x11/rxvt-unicode/files/patch-src_genlinedraw | 8 |
3 files changed, 17 insertions, 1 deletions
diff --git a/x11/rxvt-unicode/files/patch-src::gentables b/x11/rxvt-unicode/files/patch-src::gentables index 8e3d82b5d7dd..0c344b09a787 100644 --- a/x11/rxvt-unicode/files/patch-src::gentables +++ b/x11/rxvt-unicode/files/patch-src::gentables @@ -2,7 +2,7 @@ +++ ./src/gentables Tue Aug 10 00:03:21 2004 @@ -1,4 +1,4 @@ -#!/opt/bin/perl -+#!/usr/bin/perl ++#!/usr/bin/env perl # the generated tables mostly have NOT been checked so far! diff --git a/x11/rxvt-unicode/files/patch-src_gencompose b/x11/rxvt-unicode/files/patch-src_gencompose new file mode 100644 index 000000000000..6ab69da246f6 --- /dev/null +++ b/x11/rxvt-unicode/files/patch-src_gencompose @@ -0,0 +1,8 @@ +--- ./src/gencompose.orig Wed Aug 4 04:59:09 2004 ++++ ./src/gencompose 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! + diff --git a/x11/rxvt-unicode/files/patch-src_genlinedraw b/x11/rxvt-unicode/files/patch-src_genlinedraw new file mode 100644 index 000000000000..ccd2058fdd73 --- /dev/null +++ b/x11/rxvt-unicode/files/patch-src_genlinedraw @@ -0,0 +1,8 @@ +--- ./src/genlinedraw.orig Wed Aug 4 04:59:09 2004 ++++ ./src/genlinedraw 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! + |