git: 501667cc0c2f - main - sysutils/burp: Add CPE information
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 21 Oct 2021 14:36:18 UTC
The branch main has been updated by se: URL: https://cgit.FreeBSD.org/ports/commit/?id=501667cc0c2fffbe7a3ebe99fa03fc6633f100a8 commit 501667cc0c2fffbe7a3ebe99fa03fc6633f100a8 Author: Stefan Eßer <se@FreeBSD.org> AuthorDate: 2021-10-21 14:27:10 +0000 Commit: Stefan Eßer <se@FreeBSD.org> CommitDate: 2021-10-21 14:27:10 +0000 sysutils/burp: Add CPE information Approved by: portmgr (blanket) --- sysutils/burp/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sysutils/burp/Makefile b/sysutils/burp/Makefile index 9f120f0be966..b25a03787ac3 100644 --- a/sysutils/burp/Makefile +++ b/sysutils/burp/Makefile @@ -18,7 +18,8 @@ LIB_DEPENDS= librsync.so:net/librsync RUN_DEPENDS= bash:shells/bash #USES= gmake libtool ncurses pkgconfig ssl tar:bz2 -USES= libtool ncurses pkgconfig ssl tar:bz2 +USES= cpe libtool ncurses pkgconfig ssl tar:bz2 +CPE_VENDOR= ${PORTNAME}_project CONFIGURE_ARGS= --sysconfdir=${ETCDIR} GNU_CONFIGURE= yes