diff options
| author | Bernhard Froehlich <decke@FreeBSD.org> | 2026-06-03 07:52:44 +0000 |
|---|---|---|
| committer | Bernhard Froehlich <decke@FreeBSD.org> | 2026-06-03 08:43:04 +0000 |
| commit | 61a1c6c6999e2adc9897ce185d60f98b68bc264c (patch) | |
| tree | f77ef8c7d3a333d13d80b7a7fc8eeca57062e56c | |
| parent | 0299500f280a7d934da448b801caa49a4e1c18ec (diff) | |
audio/owntone: Fix deprecated CPE data
| -rw-r--r-- | audio/owntone/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/owntone/Makefile b/audio/owntone/Makefile index 486848ced72e..39f87b6b704e 100644 --- a/audio/owntone/Makefile +++ b/audio/owntone/Makefile @@ -78,7 +78,8 @@ WEBINTERFACE_LIB_DEPENDS= libwebsockets.so:net/libwebsockets NLS_USES= gettext-runtime NLS_CONFIGURE_ENABLE= nls -CPE_VENDOR= ${PORTNAME}_project +CPE_VENDOR= ${PORTNAME} +CPE_PRODUCT= ${PORTNAME}_server post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/owntone/owntone-sqlext.so |
