diff options
author | anholt <anholt@FreeBSD.org> | 2003-12-12 22:55:31 +0000 |
---|---|---|
committer | anholt <anholt@FreeBSD.org> | 2003-12-12 22:55:31 +0000 |
commit | d3adce9ee0ec9a363d613b8be121d70d0ed977ef (patch) | |
tree | f54fbaed9be855f28048e442305965741adc74d6 /x11 | |
parent | 465d85bdaea96a0db6d9b37bd5fa1ea598f1ef63 (diff) | |
download | FreeBSD-ports-d3adce9ee0ec9a363d613b8be121d70d0ed977ef.zip FreeBSD-ports-d3adce9ee0ec9a363d613b8be121d70d0ed977ef.tar.gz |
Use #!/usr/bin/env perl instead of #!/usr/bin/perl to increase the chances
of success.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/XFree86-4-clients/Makefile | 2 | ||||
-rw-r--r-- | x11/XFree86-4-libraries/files/patch-bdftruncate.pl | 13 | ||||
-rw-r--r-- | x11/XFree86-4-libraries/files/patch-ucs2any.pl | 13 |
3 files changed, 27 insertions, 1 deletions
diff --git a/x11/XFree86-4-clients/Makefile b/x11/XFree86-4-clients/Makefile index 428d6b8..81ec6cb 100644 --- a/x11/XFree86-4-clients/Makefile +++ b/x11/XFree86-4-clients/Makefile @@ -7,7 +7,7 @@ PORTNAME= clients PORTVERSION= 4.3.0 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_XFREE} MASTER_SITE_SUBDIR= 4.3.0 diff --git a/x11/XFree86-4-libraries/files/patch-bdftruncate.pl b/x11/XFree86-4-libraries/files/patch-bdftruncate.pl new file mode 100644 index 0000000..9b7b123 --- /dev/null +++ b/x11/XFree86-4-libraries/files/patch-bdftruncate.pl @@ -0,0 +1,13 @@ +Index: fonts/util/bdftruncate.pl +=================================================================== +RCS file: /home/ncvs/xfree/xc/fonts/util/bdftruncate.pl,v +retrieving revision 1.3 +diff -u -r1.3 bdftruncate.pl +--- fonts/util/bdftruncate.pl 12 Oct 2002 16:06:42 -0000 1.3 ++++ fonts/util/bdftruncate.pl 12 Dec 2003 22:33:24 -0000 +@@ -1,4 +1,4 @@ +-#!/usr/bin/perl ++#!/usr/bin/env perl + # + # bdftruncate.pl -- Markus Kuhn <mkuhn@acm.org> + # diff --git a/x11/XFree86-4-libraries/files/patch-ucs2any.pl b/x11/XFree86-4-libraries/files/patch-ucs2any.pl new file mode 100644 index 0000000..486337a --- /dev/null +++ b/x11/XFree86-4-libraries/files/patch-ucs2any.pl @@ -0,0 +1,13 @@ +Index: fonts/util/ucs2any.pl +=================================================================== +RCS file: /home/ncvs/xfree/xc/fonts/util/ucs2any.pl,v +retrieving revision 1.5 +diff -u -r1.5 ucs2any.pl +--- fonts/util/ucs2any.pl 12 Oct 2002 16:06:42 -0000 1.5 ++++ fonts/util/ucs2any.pl 12 Dec 2003 22:25:18 -0000 +@@ -1,4 +1,4 @@ +-#!/usr/bin/perl ++#!/usr/bin/env perl + # + # ucs2any.pl -- Markus Kuhn <mkuhn@acm.org> + # |