diff options
author | pav <pav@FreeBSD.org> | 2009-01-06 04:36:33 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2009-01-06 04:36:33 +0800 |
commit | 460836ff23b6dcedf0492f75495022dc42f6eb99 (patch) | |
tree | 5c97de462ec70569d72e34d640782d1b9348d6de /lang/perl5.16 | |
parent | fbbcbe4a59e1074c58bbdabf056cd9c13db27392 (diff) | |
download | freebsd-ports-gnome-460836ff23b6dcedf0492f75495022dc42f6eb99.tar.gz freebsd-ports-gnome-460836ff23b6dcedf0492f75495022dc42f6eb99.tar.zst freebsd-ports-gnome-460836ff23b6dcedf0492f75495022dc42f6eb99.zip |
- Remove conditional checks for FreeBSD 5.x and older
Diffstat (limited to 'lang/perl5.16')
-rw-r--r-- | lang/perl5.16/Makefile | 9 | ||||
-rw-r--r-- | lang/perl5.16/pkg-message | 26 |
2 files changed, 0 insertions, 35 deletions
diff --git a/lang/perl5.16/Makefile b/lang/perl5.16/Makefile index efbdb029438f..e3f7ce65712d 100644 --- a/lang/perl5.16/Makefile +++ b/lang/perl5.16/Makefile @@ -124,12 +124,7 @@ CONFIGURE_ARGS+= -Duse64bitint LATEST_LINK= perl -.if ${OSVERSION} < 500036 -PLIST_SUB+= NEED_USE_PERL="" -.else -PKGMESSAGE= ${PKGDIR}/.not-here PLIST_SUB+= NEED_USE_PERL="@comment " -.endif .if defined(WITH_GDBM) MAN3+= GDBM_File.3 @@ -190,10 +185,6 @@ post-install: .endfor .if defined(WITH_USE_PERL) PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL -.if ${OSVERSION} < 500036 - ${INSTALL_SCRIPT} ${WRKDIR}/use.perl ${PREFIX}/bin/use.perl - @fmt ${PKGMESSAGE} -.endif .endif rebuild-xs: diff --git a/lang/perl5.16/pkg-message b/lang/perl5.16/pkg-message deleted file mode 100644 index 0438edb18a19..000000000000 --- a/lang/perl5.16/pkg-message +++ /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. |