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) --- databases/postgresql14-server/Makefile | 1 - 1 file changed, 1 deletion(-) (limited to 'databases/postgresql14-server') diff --git a/databases/postgresql14-server/Makefile b/databases/postgresql14-server/Makefile index a8540a6bd41f..7c2eea831037 100644 --- a/databases/postgresql14-server/Makefile +++ b/databases/postgresql14-server/Makefile @@ -4,7 +4,6 @@ DISTVERSION?= 14.5 PORTREVISION?= 0 MAINTAINER?= pgsql@FreeBSD.org -WWW= https://www.postgresql.org/ INSTALL_DIRS?= src/common src/timezone src/backend \ src/backend/utils/mb/conversion_procs \ -- cgit v1.2.3