summaryrefslogtreecommitdiff
path: root/mail/alpine
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/alpine
parentsysutils/py-azure-cli: Update to 2.40.0 (diff)
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/alpine')
-rw-r--r--mail/alpine/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/alpine/Makefile b/mail/alpine/Makefile
index 4d62a1ad8d75..accd8e32a8c2 100644
--- a/mail/alpine/Makefile
+++ b/mail/alpine/Makefile
@@ -5,7 +5,7 @@ MASTER_SITES= https://repo.or.cz/alpine.git/snapshot/${GIT_COMMIT}${EXTRACT_SUFX
MAINTAINER= mbeis@xs4all.nl
COMMENT?= Mail and news client descended from Pine
-WWW= https://alpineapp.email/
+WWW?= https://alpineapp.email/
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE