View | Details | Raw Unified | Return to bug 27707
Collapse All | Expand All

(-)pkg_version.pl (+1 lines)
Lines 374-379 Link Here
374
	# The chdir needs to be successful or our make -V invocation
374
	# The chdir needs to be successful or our make -V invocation
375
	# will fail.
375
	# will fail.
376
	chdir "$PortsDirectory/$origin" or next;
376
	chdir "$PortsDirectory/$origin" or next;
377
	next unless -r "Makefile";
377
378
378
	open PKGNAME, "$GetPkgNameCommand|";
379
	open PKGNAME, "$GetPkgNameCommand|";
379
	$pkgname = <PKGNAME>;
380
	$pkgname = <PKGNAME>;

Return to bug 27707