git: 997c39aabc96 - 2021Q4 - devel/jenkins: Readd accidentally deleted DIST_SUBDIR
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 15 Nov 2021 18:29:12 UTC
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