aboutsummaryrefslogtreecommitdiff
path: root/ports-mgmt
diff options
context:
space:
mode:
authorDag-Erling Smørgrav <des@FreeBSD.org>2002-10-29 10:24:00 +0000
committerDag-Erling Smørgrav <des@FreeBSD.org>2002-10-29 10:24:00 +0000
commitd4d74325f43e781cec358c4846f604b4af7d147a (patch)
treeea6c9127de6192dd34538d61fa70dd6fd327a17a /ports-mgmt
parent0aae5109a8a390b120de4e6cdcf5a9fd1e35a400 (diff)
downloadports-d4d74325f43e781cec358c4846f604b4af7d147a.tar.gz
ports-d4d74325f43e781cec358c4846f604b4af7d147a.zip
Really fix that cosmetic nit. I'm an idiot.
Notes
Notes: svn path=/head/; revision=69094
Diffstat (limited to 'ports-mgmt')
-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 3b79ace8bb3c..9c84855a76b5 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);
}