git: 55b22902a459 - main - audio/hts_engine-API: fix pkg-plist

From: Piotr Kubaj <pkubaj_at_FreeBSD.org>
Date: Tue, 30 Jun 2026 16:33:28 UTC
The branch main has been updated by pkubaj:

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

commit 55b22902a459bb2fb5b1cdd0b39c1b432601db9b
Author:     Piotr Kubaj <pkubaj@FreeBSD.org>
AuthorDate: 2026-06-28 19:15:30 +0000
Commit:     Piotr Kubaj <pkubaj@FreeBSD.org>
CommitDate: 2026-06-30 16:33:16 +0000

    audio/hts_engine-API: fix pkg-plist
    
    pkg-plist hardcoded a framework-managed line:
      @dir share/licenses/hts_engine-API-1.10
    share/licenses/<pkg>/ is created automatically by the LICENSE
    framework and must never be in pkg-plist.
    
    Putting that line causes a packaging failure when DISABLE_LICENSES=yes
    is set:
    pkg-static: Unable to access .../share/licenses/hts_engine-API-1.10/: No such file or directory
---
 audio/hts_engine-API/pkg-plist | 1 -
 1 file changed, 1 deletion(-)

diff --git a/audio/hts_engine-API/pkg-plist b/audio/hts_engine-API/pkg-plist
index 9e68dce19393..4cad09e28d42 100644
--- a/audio/hts_engine-API/pkg-plist
+++ b/audio/hts_engine-API/pkg-plist
@@ -8,4 +8,3 @@ lib/libHTSEngine.a
 %%DOCSDIR%%/NEWS
 %%DOCSDIR%%/README
 @dir %%DOCSDIR%%
-@dir share/licenses/hts_engine-API-1.10