diff options
author | Anton Berezin <tobez@FreeBSD.org> | 2002-07-21 17:09:12 +0000 |
---|---|---|
committer | Anton Berezin <tobez@FreeBSD.org> | 2002-07-21 17:09:12 +0000 |
commit | 09147ee10221603a955483994e9e797abdab29e9 (patch) | |
tree | 19b724b577dd65461a2b9bd114d00777c9f8d6f5 /lang/perl5.12/files/patch-ab | |
parent | Catch up to the new bsd.lib.mk API (these libs are not internal). (diff) |
Update to 5.8.0 (after repocopy).
Notes
Notes:
svn path=/head/; revision=63317
Diffstat (limited to 'lang/perl5.12/files/patch-ab')
-rw-r--r-- | lang/perl5.12/files/patch-ab | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/lang/perl5.12/files/patch-ab b/lang/perl5.12/files/patch-ab deleted file mode 100644 index 3cb0692940b6..000000000000 --- a/lang/perl5.12/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] "))) |