git: fd93f51f7611 - main - textproc/htdig: Add CPE information

From: Stefan Eßer <se_at_FreeBSD.org>
Date: Thu, 14 Oct 2021 11:02:16 UTC
The branch main has been updated by se:

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

commit fd93f51f761119d15b607b9596ac2a01958de392
Author:     Stefan Eßer <se@FreeBSD.org>
AuthorDate: 2021-10-14 10:58:32 +0000
Commit:     Stefan Eßer <se@FreeBSD.org>
CommitDate: 2021-10-14 11:02:06 +0000

    textproc/htdig: Add CPE information
    
    Approved by:    portmgr (blanket)
---
 textproc/htdig/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/textproc/htdig/Makefile b/textproc/htdig/Makefile
index cf230145d5d8..d408bd7f804f 100644
--- a/textproc/htdig/Makefile
+++ b/textproc/htdig/Makefile
@@ -23,7 +23,8 @@ CONFIGURE_ARGS=	--with-config-dir=${PREFIX}/etc/htdig \
 		--with-image-dir=${PREFIX}/www/icons/htdig \
 		--with-image-url-prefix=/icons/htdig \
 		--with-ssl
-USES=		alias libtool ssl
+USES=		alias cpe libtool ssl
+CPE_VENDOR=	${PORTNAME}_project
 USE_CXXSTD=	c++98
 USE_LDCONFIG=	yes
 INSTALL_TARGET=	install-strip