From e79fe1aabc5b83364240652d62b99198a9ccfb32 Mon Sep 17 00:00:00 2001 From: Tobias Kortkamp Date: Sat, 10 Sep 2022 19:41:16 +0200 Subject: Fix WWW in parent/child ports Many of the WWW are overwritten later which means the wrong value is used. This did not happen before where the children were either a) just using the pkg-descr from the parents b) or had their own separate pkg-descr with custom WWW Use WWW?= in parents when the child's WWW is different. Children that use the same WWW as the parent can just inherit it, i.e., the child WWW can be removed. Approved by: portmgr (implicit) --- sysutils/mstflint-lite/Makefile | 1 - 1 file changed, 1 deletion(-) (limited to 'sysutils/mstflint-lite/Makefile') diff --git a/sysutils/mstflint-lite/Makefile b/sysutils/mstflint-lite/Makefile index 0739bf144bfb..abdac3e7ef75 100644 --- a/sysutils/mstflint-lite/Makefile +++ b/sysutils/mstflint-lite/Makefile @@ -2,7 +2,6 @@ PORTREVISION= 1 PKGNAMESUFFIX= -lite COMMENT= Firmware Burning and Diagnostics Tools for Mellanox devices (lite version) -WWW= https://www.mellanox.com/page/management_tools CONFLICTS_INSTALL= mstflint -- cgit v1.2.3