summaryrefslogtreecommitdiffstats
path: root/misc/porteasy/src/porteasy.pl
diff options
context:
space:
mode:
Diffstat (limited to 'misc/porteasy/src/porteasy.pl')
-rw-r--r--misc/porteasy/src/porteasy.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/porteasy/src/porteasy.pl b/misc/porteasy/src/porteasy.pl
index 7bad387..2798b02 100644
--- a/misc/porteasy/src/porteasy.pl
+++ b/misc/porteasy/src/porteasy.pl
@@ -33,7 +33,7 @@ use strict;
use Fcntl;
use Getopt::Long;
-my $VERSION = "2.6";
+my $VERSION = "2.6.1";
my $COPYRIGHT = "Copyright (c) 2000 Dag-Erling Smørgrav. All rights reserved.";
# Constants
@@ -470,7 +470,7 @@ sub find_master($) {
open(FILE, "$portsdir/$port/Makefile")
or bsd::err(1, "unable to read Makefile for $port");
while (<FILE>) {
- if (/^MASTERDIR\s*=\s*(\S+)\s*$/) {
+ if (/^(?:MAIN|MASTER)DIR\s*=\s*(\S+)\s*$/) {
$master = $1;
} elsif (/^\.?include \"([^\"]+)\/Makefile\"\s*$/) {
$master = $1;
OpenPOWER on IntegriCloud