aboutsummaryrefslogtreecommitdiff
path: root/lang/perl5/pkg-message-sysperl
diff options
context:
space:
mode:
authorAnton Berezin <tobez@FreeBSD.org>2005-02-01 13:36:41 +0000
committerAnton Berezin <tobez@FreeBSD.org>2005-02-01 13:36:41 +0000
commit4400a5e9853ae93bceb634729cd63ffbf9629bca (patch)
tree2c17cf871ed398bc2fe7742f4207c52a148ad113 /lang/perl5/pkg-message-sysperl
parent45dd233be8d067e875f6351b8b617eca012962a9 (diff)
downloadports-4400a5e9853ae93bceb634729cd63ffbf9629bca.tar.gz
ports-4400a5e9853ae93bceb634729cd63ffbf9629bca.zip
Notes
Diffstat (limited to 'lang/perl5/pkg-message-sysperl')
-rw-r--r--lang/perl5/pkg-message-sysperl26
1 files changed, 26 insertions, 0 deletions
diff --git a/lang/perl5/pkg-message-sysperl b/lang/perl5/pkg-message-sysperl
new file mode 100644
index 000000000000..0438edb18a19
--- /dev/null
+++ b/lang/perl5/pkg-message-sysperl
@@ -0,0 +1,26 @@
+Installation of Perl distribution is finished. Please note, that since
+Perl is also in the base system, this distribution will not be used by
+default.
+
+If you want this version of Perl to be used by default, please type
+
+ use.perl port
+
+Assuming that use.perl script (which was installed with the rest of the
+Perl distribution) can be found in your PATH (you might have to type
+`rehash' first, depending upon a shell you use), this action will
+replace /usr/bin/perl and /usr/bin/suidperl with symbolic links to the
+versions of these binaries in the Perl distribution. This action will
+also put some variables into your /etc/make.conf file, so that newly
+installed ports (not packages!) will use new version of perl, and the
+system upgrades from the source will not overwrite the changes made.
+
+Note that use.perl port is specific to a given perl installation. If
+you later upgrade the perl port, run use.perl port again to update the
+symbolic links and /etc/make.conf.
+
+At any time you can also type
+
+ use.perl system
+
+if you wish to revert back to the system version of perl.