summaryrefslogtreecommitdiff
path: root/mail/notmuch
diff options
context:
space:
mode:
authorTobias Kortkamp <tobik@FreeBSD.org>2022-09-10 19:41:16 +0200
committerStefan Eßer <se@FreeBSD.org>2022-09-10 19:41:16 +0200
commite79fe1aabc5b83364240652d62b99198a9ccfb32 (patch)
tree97f71ed3bc59ba2572e97c684df8a26c32f599b3 /mail/notmuch
parente65ab5a12dad31348f1e183330f1c41dc753cb09 (diff)
downloadfreebsd-ports-e79fe1aabc5b83364240652d62b99198a9ccfb32.zip
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)
Diffstat (limited to 'mail/notmuch')
-rw-r--r--mail/notmuch/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/notmuch/Makefile b/mail/notmuch/Makefile
index 1c58b6944000..fdce5885b340 100644
--- a/mail/notmuch/Makefile
+++ b/mail/notmuch/Makefile
@@ -6,7 +6,7 @@ MASTER_SITES= https://notmuchmail.org/releases/
MAINTAINER= jrm@FreeBSD.org
COMMENT?= Thread-based email index, search and tagging application
-WWW= https://notmuchmail.org/
+WWW?= https://notmuchmail.org/
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/${WRKSRC_SUBDIR:C/[^\/]+/../g}/COPYING-GPL-3