mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-16 10:20:30 +00:00
Support the use of ${PORTSDIR} to find a ports tree INDEX file in
an other-than-default location. PR: bin/30350 Submitted by: "NINOMIYA Hideyuki <NINOMIYA Hideyuki" <nin@jp.FreeBSD.org> MFC after: 3 days
This commit is contained in:
parent
f35b9d165f
commit
9cc1dc75e7
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=83627
@ -45,8 +45,8 @@ $OriginCommand = '/usr/sbin/pkg_info -qo';
|
||||
$GetPkgNameCommand = 'make -V PKGNAME';
|
||||
|
||||
#$IndexFile = "ftp://ftp.freebsd.org/pub/FreeBSD/branches/-current/ports/INDEX";
|
||||
$PortsDirectory = '/usr/ports';
|
||||
$IndexFile = '/usr/ports/INDEX';
|
||||
$PortsDirectory = $ENV{PORTSDIR} || '/usr/ports';
|
||||
$IndexFile = "$PortsDirectory/INDEX";
|
||||
$ShowCommandsFlag = 0;
|
||||
$DebugFlag = 0;
|
||||
$VerboseFlag = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user