mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-10 07:04:03 +00:00
d50fd63d36
- revived - stage support added - compilation issues fixed PR: 194223 Submitted by: Hrant Dadivanyan <hrant@dadivanyan.net>, Chris Hutchinson <portmaster@bsdforge.com>
12 lines
364 B
Perl
12 lines
364 B
Perl
--- infrastructure/BoxPlatform.pm.in.orig 2014-10-19 13:20:18.000000000 -0700
|
|
+++ infrastructure/BoxPlatform.pm.in 2014-10-19 13:22:48.000000000 -0700
|
|
@@ -128,7 +128,7 @@
|
|
sub parcel_root
|
|
{
|
|
my $tos = $_[1] || $target_os;
|
|
- return $product_name.'-'.$product_version.'-'.$_[0].'-'.$tos;
|
|
+ return $product_name.'-'.$product_version.'-'.$_[0];
|
|
}
|
|
|
|
sub parcel_dir
|