Date: Mon, 15 Nov 2021 18:29:12 GMT From: Li-Wen Hsu <lwhsu@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org Subject: git: 997c39aabc96 - 2021Q4 - devel/jenkins: Readd accidentally deleted DIST_SUBDIR Message-ID: <202111151829.1AFITCGI055014@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch 2021Q4 has been updated by lwhsu: URL: https://cgit.FreeBSD.org/ports/commit/?id=997c39aabc96416799b4ab5da182db3da492a6b2 commit 997c39aabc96416799b4ab5da182db3da492a6b2 Author: Li-Wen Hsu <lwhsu@FreeBSD.org> AuthorDate: 2021-11-15 18:27:01 +0000 Commit: Li-Wen Hsu <lwhsu@FreeBSD.org> CommitDate: 2021-11-15 18:27:01 +0000 devel/jenkins: Readd accidentally deleted DIST_SUBDIR This is a directly commit to 2021Q4 branch Fixes: 10836ee57a09 --- devel/jenkins/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/devel/jenkins/Makefile b/devel/jenkins/Makefile index cfc35f1a6365..5d2f0c5ed5da 100644 --- a/devel/jenkins/Makefile +++ b/devel/jenkins/Makefile @@ -4,6 +4,7 @@ CATEGORIES= devel java MASTER_SITES= http://mirrors.jenkins.io/war/${PORTVERSION}/ DISTNAME= jenkins EXTRACT_SUFX= .war +DIST_SUBDIR= ${PORTNAME}/${PORTVERSION} EXTRACT_ONLY= MAINTAINER= lwhsu@FreeBSD.org
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202111151829.1AFITCGI055014>