aboutsummaryrefslogtreecommitdiffstats
path: root/misc
diff options
context:
space:
mode:
authordes <des@FreeBSD.org>2002-10-29 18:24:00 +0800
committerdes <des@FreeBSD.org>2002-10-29 18:24:00 +0800
commit7adf0f3dc731275d2f8bae027498b38f1060e28b (patch)
treea068ebc05d916cdba0e564f4189329dcf111b84a /misc
parent70818ba1beccf06954585d25754b759773cc1a4c (diff)
downloadfreebsd-ports-gnome-7adf0f3dc731275d2f8bae027498b38f1060e28b.tar.gz
freebsd-ports-gnome-7adf0f3dc731275d2f8bae027498b38f1060e28b.tar.zst
freebsd-ports-gnome-7adf0f3dc731275d2f8bae027498b38f1060e28b.zip
Really fix that cosmetic nit. I'm an idiot.
Diffstat (limited to 'misc')
-rw-r--r--misc/porteasy/src/porteasy.pl2
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);
}