diff options
author | tobez <tobez@FreeBSD.org> | 2002-05-20 00:03:07 +0000 |
---|---|---|
committer | tobez <tobez@FreeBSD.org> | 2002-05-20 00:03:07 +0000 |
commit | dc86184cc455afbaaa2c96398cfcfb5d8c9c7dee (patch) | |
tree | 78db1802692f35cda2f3a7180741840ceb5511cd /lang/perl5.6/files | |
parent | f7d993f9d78c98b9b1125cb5c48a3f4f8181750f (diff) | |
download | FreeBSD-ports-dc86184cc455afbaaa2c96398cfcfb5d8c9c7dee.zip FreeBSD-ports-dc86184cc455afbaaa2c96398cfcfb5d8c9c7dee.tar.gz |
1. Speed up the fetch stage by using groups of MASTER_SITES.
2. Remove the dependency on perl (rather important for this port).
3. Make the script this port installs use the version of perl from ports.
Reported-by: (item 2) Juriy Goloveshkin <j@gu.ru>, Mark Huizer <xaa@timewasters.nl>
Diffstat (limited to 'lang/perl5.6/files')
-rw-r--r-- | lang/perl5.6/files/use.perl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/perl5.6/files/use.perl b/lang/perl5.6/files/use.perl index 4bd8fde..08cef70 100644 --- a/lang/perl5.6/files/use.perl +++ b/lang/perl5.6/files/use.perl @@ -1,4 +1,4 @@ -#! /usr/bin/perl5 -w +#! %%PREFIX%%/bin/perl -w # $FreeBSD$ use strict; |