diff options
author | Bernhard Froehlich <decke@FreeBSD.org> | 2022-01-03 15:15:21 +0000 |
---|---|---|
committer | Bernhard Froehlich <decke@FreeBSD.org> | 2022-01-03 15:15:21 +0000 |
commit | fb1e10ba7eda4d21ee5a26e9889277f1716aa871 (patch) | |
tree | 3d5dfd94e16eeb76ac4be3d3b7203fea016cb80a | |
parent | www/ulfius: Add CPE information (diff) |
math/lapack: Fix CPE information
Approved by: portmgr (blanket)
-rw-r--r-- | math/lapack/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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} |