git: fb1e10ba7eda - main - math/lapack: Fix CPE information

From: Bernhard Froehlich <decke_at_FreeBSD.org>
Date: Mon, 03 Jan 2022 15:19:58 UTC
The branch main has been updated by decke:

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

commit fb1e10ba7eda4d21ee5a26e9889277f1716aa871
Author:     Bernhard Froehlich <decke@FreeBSD.org>
AuthorDate: 2022-01-03 15:15:21 +0000
Commit:     Bernhard Froehlich <decke@FreeBSD.org>
CommitDate: 2022-01-03 15:15:21 +0000

    math/lapack: Fix CPE information
    
    Approved by:    portmgr (blanket)
---
 math/lapack/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/math/lapack/Makefile b/math/lapack/Makefile
index 1f2e53525629..d31692520875 100644
--- a/math/lapack/Makefile
+++ b/math/lapack/Makefile
@@ -28,7 +28,7 @@ WRKSRC=		${WRKDIR}/lapack-${PORTVERSION}
 CMAKE_ON=	BUILD_SHARED_LIBS BUILD_DEPRECATED
 USE_LDCONFIG=	yes
 CPE_VENDOR=	lapack_project
-CPE_PROJECT=	lapack
+CPE_PRODUCT=	lapack
 
 SVERSION=	${PORTVERSION:R:R}
 PLIST_SUB=	SVERSION="${SVERSION}" VER=${PORTVERSION}