diff options
author | Bernhard Froehlich <decke@FreeBSD.org> | 2021-09-14 09:47:32 +0000 |
---|---|---|
committer | Bernhard Froehlich <decke@FreeBSD.org> | 2021-09-14 10:55:29 +0000 |
commit | 1f35da5fb9278cb7775fbc2cb79c72a024e29b65 (patch) | |
tree | ab51f5c344c901e7fbacdbc6acf03029edfef975 | |
parent | 204b5ee9a342ad8d30cb7229cd1d8c406c07bf12 (diff) | |
download | ports-1f35da5fb9278cb7775fbc2cb79c72a024e29b65.tar.gz ports-1f35da5fb9278cb7775fbc2cb79c72a024e29b65.zip |
security/dropbear: Fix CPE information because current one is deprecated
Approved by: portmgr (blanket)
-rw-r--r-- | security/dropbear/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/dropbear/Makefile b/security/dropbear/Makefile index b456481de668..bb39513f8841 100644 --- a/security/dropbear/Makefile +++ b/security/dropbear/Makefile @@ -12,8 +12,8 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= cpe gmake tar:bzip2 -CPE_VENDOR= matt_johnston -CPE_PRODUCT= dropbear_ssh_server +CPE_VENDOR= dropbear_ssh_project +CPE_PRODUCT= dropbear_ssh GNU_CONFIGURE= yes USE_RC_SUBR= ${PORTNAME} |