summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rwxr-xr-xtools/scripts/update_package_pfPorts.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/scripts/update_package_pfPorts.php b/tools/scripts/update_package_pfPorts.php
index 178a282..5bc911d 100755
--- a/tools/scripts/update_package_pfPorts.php
+++ b/tools/scripts/update_package_pfPorts.php
@@ -386,6 +386,9 @@ function create_port($pkg) {
$makefile[] = $port_use;
}
}
+ if (isset($pkg['noembedded'])) {
+ $pkg['conflicts'] = $product_name . '-base-nanobsd-[0-9]*' . (isset($pkg['conflicts']) ? ' ' . $pkg['conflicts'] : '');
+ }
if (isset($pkg['conflicts']) && !empty($pkg['conflicts'])) {
$makefile[] = "";
$makefile[] = "CONFLICTS=\t" . $port_name_prefix . $pkg['conflicts'] . '-[0-9]*';
OpenPOWER on IntegriCloud