diff options
author | Dag-Erling Smørgrav <des@FreeBSD.org> | 2002-10-29 10:24:00 +0000 |
---|---|---|
committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 2002-10-29 10:24:00 +0000 |
commit | d4d74325f43e781cec358c4846f604b4af7d147a (patch) | |
tree | ea6c9127de6192dd34538d61fa70dd6fd327a17a /misc/porteasy | |
parent | 0aae5109a8a390b120de4e6cdcf5a9fd1e35a400 (diff) | |
download | ports-d4d74325f43e781cec358c4846f604b4af7d147a.tar.gz ports-d4d74325f43e781cec358c4846f604b4af7d147a.zip |
Notes
Diffstat (limited to 'misc/porteasy')
-rw-r--r-- | misc/porteasy/src/porteasy.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/porteasy/src/porteasy.pl b/misc/porteasy/src/porteasy.pl index 3b79ace8bb3c..9c84855a76b5 100644 --- a/misc/porteasy/src/porteasy.pl +++ b/misc/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); } |