aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Eßer <se@FreeBSD.org>2022-09-09 16:54:49 +0000
committerStefan Eßer <se@FreeBSD.org>2022-09-09 16:54:49 +0000
commit1c4cfbf076f6ff72e81e6f674799f40b9a763b08 (patch)
treecfefb086a32cbc0c74c3217b0910d7ea6c2f9bb7
parent0d7e17c121bb1b746676f6dc04d3f2ab4ffb414c (diff)
downloadports-1c4cfbf076f6ff72e81e6f674799f40b9a763b08.tar.gz
ports-1c4cfbf076f6ff72e81e6f674799f40b9a763b08.zip
Mk/bsd.port.mk: do not use master site as default for WWW
Maintainers should set WWW to a website with useful information for users of the package. The first MASTER_SITE of the port had been considered to be a useful default value for the WWW variable. It has been found not to be a generally useful URL though, therefore stop providing a default value for WWW. Approved by: portmgr (tcberner)
-rw-r--r--Mk/bsd.port.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk
index e4389d7fc88c..2bb318263c83 100644
--- a/Mk/bsd.port.mk
+++ b/Mk/bsd.port.mk
@@ -4351,7 +4351,7 @@ _FETCH_DEPENDS=${FETCH_DEPENDS:C/^[^ :]+:([^ :@]+)(@[^ :]+)?(:[^ :]+)?/\1/:O:u:C
_LIB_DEPENDS=${LIB_DEPENDS:C/^[^ :]+:([^ :@]+)(@[^ :]+)?(:[^ :]+)?/\1/:O:u:C,(^[^/]),${PORTSDIR}/\1,}
_BUILD_DEPENDS=${BUILD_DEPENDS:C/^[^ :]+:([^ :@]+)(@[^ :]+)?(:[^ :]+)?/\1/:O:u:C,(^[^/]),${PORTSDIR}/\1,} ${_LIB_DEPENDS}
_RUN_DEPENDS=${RUN_DEPENDS:C/^[^ :]+:([^ :@]+)(@[^ :]+)?(:[^ :]+)?/\1/:O:u:C,(^[^/]),${PORTSDIR}/\1,} ${_LIB_DEPENDS}
-_WWW=${WWW:U${MASTER_SITES:[1]}}
+_WWW=${WWW}
. if exists(${DESCR})
_DESCR=${DESCR}
. else