git: dce822d3f4f4 - main - www/dojo: Add CPE information
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 21 Oct 2021 15:43:49 UTC
The branch main has been updated by se: URL: https://cgit.FreeBSD.org/ports/commit/?id=dce822d3f4f498c5b37780e224608bc8532a1c1e commit dce822d3f4f498c5b37780e224608bc8532a1c1e Author: Stefan Eßer <se@FreeBSD.org> AuthorDate: 2021-10-21 15:40:48 +0000 Commit: Stefan Eßer <se@FreeBSD.org> CommitDate: 2021-10-21 15:40:48 +0000 www/dojo: Add CPE information Approved by: portmgr (blanket) --- www/dojo/Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/www/dojo/Makefile b/www/dojo/Makefile index 4cbfd3869a4b..3e64352d7726 100644 --- a/www/dojo/Makefile +++ b/www/dojo/Makefile @@ -7,6 +7,9 @@ DISTNAME= dojo-release-${PORTVERSION} MAINTAINER= wg@FreeBSD.org COMMENT= Open-source DHTML toolkit written in JavaScript +USES= cpe +CPE_VENDOR= linuxfoundation + NO_BUILD= yes SHAREOWN= www SHAREGRP= www @@ -17,7 +20,8 @@ OPTIONS_SUB= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MAPACHE} -USES= apache:run,2.2+ +USES= apache:run,2.2+ cpe +CPE_VENDOR= linuxfoundation CONFDIR= ${PREFIX}/${CONFDIR_REL} CONFDIR_REL= ${APACHEETCDIR}/Includes PLIST_SUB+= CONFDIR=${CONFDIR_REL}