git: 661e6c551173 - main - audio/alsa-lib: Fix CPE information
Bernhard Froehlich
decke at FreeBSD.org
Fri Aug 20 08:27:06 UTC 2021
The branch main has been updated by decke:
URL: https://cgit.FreeBSD.org/ports/commit/?id=661e6c551173fbd6d5e78e526270b43175834e43
commit 661e6c551173fbd6d5e78e526270b43175834e43
Author: Bernhard Froehlich <decke at FreeBSD.org>
AuthorDate: 2021-08-20 08:26:10 +0000
Commit: Bernhard Froehlich <decke at FreeBSD.org>
CommitDate: 2021-08-20 08:26:10 +0000
audio/alsa-lib: Fix CPE information
Approved by: portmgr (blanket)
---
audio/alsa-lib/Makefile | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/audio/alsa-lib/Makefile b/audio/alsa-lib/Makefile
index bc1804438c2c..07fc6d39cc5b 100644
--- a/audio/alsa-lib/Makefile
+++ b/audio/alsa-lib/Makefile
@@ -12,7 +12,8 @@ COMMENT= ALSA compatibility library
LICENSE= LGPL21+
USES= cpe libtool:keepla tar:bzip2
-CPE_VENDOR= alsa
+CPE_VENDOR= alsa-project
+CPE_PRODUCT= alsa
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-pkgconfdir="\$${prefix}/libdata/pkgconfig"
More information about the dev-commits-ports-all
mailing list