aboutsummaryrefslogtreecommitdiff
path: root/lang/perl5
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2009-01-05 20:36:33 +0000
committerPav Lucistnik <pav@FreeBSD.org>2009-01-05 20:36:33 +0000
commit41d8c3385c21ae51629c8997035eae8a9423ff6c (patch)
tree246d960cb714ce0095c452017819f6b1c64a7dfb /lang/perl5
parent5e3b0872db18497aacc353b3ef94ad8dac11183f (diff)
downloadports-41d8c3385c21ae51629c8997035eae8a9423ff6c.tar.gz
ports-41d8c3385c21ae51629c8997035eae8a9423ff6c.zip
- Remove conditional checks for FreeBSD 5.x and older
Notes
Notes: svn path=/head/; revision=225297
Diffstat (limited to 'lang/perl5')
-rw-r--r--lang/perl5/Makefile4
-rw-r--r--lang/perl5/pkg-message-sysperl26
2 files changed, 0 insertions, 30 deletions
diff --git a/lang/perl5/Makefile b/lang/perl5/Makefile
index fadce419069d..d207cb487d88 100644
--- a/lang/perl5/Makefile
+++ b/lang/perl5/Makefile
@@ -95,11 +95,7 @@ CONFIGURE_ARGS+= -Dusemymalloc=n
NO_LATEST_LINK= yes
-.if ${OSVERSION} < 500036
-PKGMESSAGE= ${PKGDIR}/pkg-message-sysperl
-.else
PKGMESSAGE= ${PKGDIR}/pkg-message-prefer58
-.endif
PLIST_SUB+= NEED_USE_PERL=""
diff --git a/lang/perl5/pkg-message-sysperl b/lang/perl5/pkg-message-sysperl
deleted file mode 100644
index 0438edb18a19..000000000000
--- a/lang/perl5/pkg-message-sysperl
+++ /dev/null
@@ -1,26 +0,0 @@
-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.