summaryrefslogtreecommitdiffstats
path: root/ports-mgmt/porteasy
diff options
context:
space:
mode:
authordes <des@FreeBSD.org>2002-10-29 10:24:00 +0000
committerdes <des@FreeBSD.org>2002-10-29 10:24:00 +0000
commit7adf0f3dc731275d2f8bae027498b38f1060e28b (patch)
treea068ebc05d916cdba0e564f4189329dcf111b84a /ports-mgmt/porteasy
parent70818ba1beccf06954585d25754b759773cc1a4c (diff)
downloadFreeBSD-ports-7adf0f3dc731275d2f8bae027498b38f1060e28b.zip
FreeBSD-ports-7adf0f3dc731275d2f8bae027498b38f1060e28b.tar.gz
Really fix that cosmetic nit. I'm an idiot.
Diffstat (limited to 'ports-mgmt/porteasy')
-rw-r--r--ports-mgmt/porteasy/src/porteasy.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/ports-mgmt/porteasy/src/porteasy.pl b/ports-mgmt/porteasy/src/porteasy.pl
index 3b79ace..9c84855 100644
--- a/ports-mgmt/porteasy/src/porteasy.pl
+++ b/ports-mgmt/porteasy/src/porteasy.pl
@@ -442,7 +442,7 @@ sub add_installed() {
foreach $port (readdir(DIR)) {
next if ($port eq "." || $port eq ".." || ! -d "$dbdir/$port");
if (!defined($origin = get_origin($port))) {
- bsd::warnx("$port has no \@origin line\n");
+ bsd::warnx("$port has no \@origin line");
if (!defined($origin = $ports{$port})) {
bsd::warnx("installed port %s is unknown", $port);
}
OpenPOWER on IntegriCloud