aboutsummaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorLars Balker Rasmussen <lbr@FreeBSD.org>2007-06-30 17:30:07 +0000
committerLars Balker Rasmussen <lbr@FreeBSD.org>2007-06-30 17:30:07 +0000
commita03f61d59dddbaf7a5bd09255166b7766c835330 (patch)
tree85dde8ead5a56c980ceddef687a01001754d3277 /www
parentb01a4a9c551e3ff31772b5d4f7c4933212ecb7ce (diff)
downloadports-a03f61d59dddbaf7a5bd09255166b7766c835330.tar.gz
ports-a03f61d59dddbaf7a5bd09255166b7766c835330.zip
Notes
Diffstat (limited to 'www')
-rw-r--r--www/p5-Catalyst-Plugin-Session/scripts/pre-configure2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/p5-Catalyst-Plugin-Session/scripts/pre-configure b/www/p5-Catalyst-Plugin-Session/scripts/pre-configure
index 4db99914ac4a..841cf56077ef 100644
--- a/www/p5-Catalyst-Plugin-Session/scripts/pre-configure
+++ b/www/p5-Catalyst-Plugin-Session/scripts/pre-configure
@@ -16,7 +16,7 @@ foreach my $m (keys %v) {
my $p = "p5-$m";
$p =~ s/::/-/g;
my $version = ${"${m}::VERSION"};
- warn "Found p5-$p-$version, but you need to upgrade.\n";
+ warn "Found $p-$version, but you need to upgrade.\n";
exit 1;
}
}