mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
Cosmetic nit.
This commit is contained in:
parent
eb1fc9c5ac
commit
0aae5109a8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=69093
@ -9,6 +9,7 @@
|
||||
|
||||
PORTNAME= porteasy
|
||||
PORTVERSION= 2.7.4
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= misc
|
||||
MASTER_SITES= # none
|
||||
DISTFILES= # none
|
||||
|
@ -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::warn("$port has no \@origin line\n");
|
||||
bsd::warnx("$port has no \@origin line\n");
|
||||
if (!defined($origin = $ports{$port})) {
|
||||
bsd::warnx("installed port %s is unknown", $port);
|
||||
}
|
||||
|
@ -9,6 +9,7 @@
|
||||
|
||||
PORTNAME= porteasy
|
||||
PORTVERSION= 2.7.4
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= misc
|
||||
MASTER_SITES= # none
|
||||
DISTFILES= # none
|
||||
|
@ -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::warn("$port has no \@origin line\n");
|
||||
bsd::warnx("$port has no \@origin line\n");
|
||||
if (!defined($origin = $ports{$port})) {
|
||||
bsd::warnx("installed port %s is unknown", $port);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user