diff options
author | lbr <lbr@FreeBSD.org> | 2007-07-01 01:30:07 +0800 |
---|---|---|
committer | lbr <lbr@FreeBSD.org> | 2007-07-01 01:30:07 +0800 |
commit | 20f3680ff3fc8f64aa79bbdefcf0b1b1a76b575c (patch) | |
tree | c3c2d53c17c8aaff2da3aed9e6472b1cec12f9e4 /www | |
parent | 08f54159b8a0876318e5b9a84cf36a11cf73069f (diff) | |
download | freebsd-ports-gnome-20f3680ff3fc8f64aa79bbdefcf0b1b1a76b575c.tar.gz freebsd-ports-gnome-20f3680ff3fc8f64aa79bbdefcf0b1b1a76b575c.tar.zst freebsd-ports-gnome-20f3680ff3fc8f64aa79bbdefcf0b1b1a76b575c.zip |
Don't report about "p5-p5-something"...
Diffstat (limited to 'www')
-rw-r--r-- | www/p5-Catalyst-Plugin-Session/scripts/pre-configure | 2 |
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; } } |