summaryrefslogtreecommitdiffstats
path: root/Tools/scripts
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2007-02-01 03:28:03 +0000
committerkris <kris@FreeBSD.org>2007-02-01 03:28:03 +0000
commit0366a9bbea677e5217aa3bc789df0ff324d4495a (patch)
tree6bbe423127504b2a6a14241bab31628380f0cc1b /Tools/scripts
parentb383da34a54fd036f6adc68f5bcf30c2a5fbd182 (diff)
downloadFreeBSD-ports-0366a9bbea677e5217aa3bc789df0ff324d4495a.zip
FreeBSD-ports-0366a9bbea677e5217aa3bc789df0ff324d4495a.tar.gz
Retire PORTOBJFORMAT
Diffstat (limited to 'Tools/scripts')
-rwxr-xr-xTools/scripts/chkversion.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/scripts/chkversion.pl b/Tools/scripts/chkversion.pl
index e361244..dcf64cf 100755
--- a/Tools/scripts/chkversion.pl
+++ b/Tools/scripts/chkversion.pl
@@ -123,7 +123,7 @@ sub readfrom {
return wantarray ? @childout : $childout[0];
}
-foreach (qw(ARCH OPSYS OSREL OSVERSION PKGINSTALLVER PORTOBJFORMAT UID)) {
+foreach (qw(ARCH OPSYS OSREL OSVERSION PKGINSTALLVER UID)) {
my @cachedenv = readfrom $portsdir, $make, "-V$_";
$ENV{$_} = $cachedenv[0];
}
OpenPOWER on IntegriCloud