diff options
author | Sergey Skvortsov <skv@FreeBSD.org> | 2009-02-01 19:43:11 +0000 |
---|---|---|
committer | Sergey Skvortsov <skv@FreeBSD.org> | 2009-02-01 19:43:11 +0000 |
commit | 7c87414634420bcdcee54a1cad5d6ba0ad1da5b8 (patch) | |
tree | fbb760354863d7e00f08c05466b0a2fce1982dd5 /lang/perl5/files/patch-ab | |
parent | - Fix fetch (diff) |
Rename: lang/perl5 -> lang/perl5.6
PR: ports/131046
Notes
Notes:
svn path=/head/; revision=227400
Diffstat (limited to 'lang/perl5/files/patch-ab')
-rw-r--r-- | lang/perl5/files/patch-ab | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/lang/perl5/files/patch-ab b/lang/perl5/files/patch-ab deleted file mode 100644 index 3cb0692940b6..000000000000 --- a/lang/perl5/files/patch-ab +++ /dev/null @@ -1,13 +0,0 @@ -$FreeBSD$ - ---- installperl.ORIG Thu Jul 30 15:58:50 1998 -+++ installperl Thu Jul 30 16:02:16 1998 -@@ -269,7 +269,7 @@ - (-l $usrbinperl) && - ((readlink $usrbinperl) eq $expinstperl)); - } -- if ((! $mainperl_is_instperl) && -+ if ('' && (! $mainperl_is_instperl) && - (yn("Many scripts expect perl to be installed as $usrbinperl.\n" . - "Do you wish to have $usrbinperl be the same as\n" . - "$expinstperl? [y] "))) |