Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 24 Oct 2022 17:39:27 GMT
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: d46a91c2236a - main - www/jetty9: define default FLAVOR
Message-ID:  <202210241739.29OHdRsZ039550@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by antoine:

URL: https://cgit.FreeBSD.org/ports/commit/?id=d46a91c2236a845507654776536a310a30656d4a

commit d46a91c2236a845507654776536a310a30656d4a
Author:     Antoine Brodin <antoine@FreeBSD.org>
AuthorDate: 2022-10-24 17:39:11 +0000
Commit:     Antoine Brodin <antoine@FreeBSD.org>
CommitDate: 2022-10-24 17:39:11 +0000

    www/jetty9: define default FLAVOR
---
 www/jetty9/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/www/jetty9/Makefile b/www/jetty9/Makefile
index 634185d81368..75058b26fc6d 100644
--- a/www/jetty9/Makefile
+++ b/www/jetty9/Makefile
@@ -17,6 +17,7 @@ RUN_DEPENDS=	bash:shells/bash
 
 USES=		cpe shebangfix
 FLAVORS=	openjdk8 openjdk11
+FLAVOR?=	${FLAVORS:[1]}
 
 CONFLICTS=	jetty-8.* jetty-10.*
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202210241739.29OHdRsZ039550>