[Bug 295547] accessibility/darkman: upgrade to version 2.3.1

From: <bugzilla-noreply_at_freebsd.org>
Date: Tue, 26 May 2026 10:28:53 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=295547

Yusuf Yaman <nxjoseph@freebsd.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #271185|0                           |1
        is obsolete|                            |

--- Comment #5 from Yusuf Yaman <nxjoseph@freebsd.org> ---
Created attachment 271187
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=271187&action=edit
0001-accessibility-darkman-Update-2.0.1-2.3.1.patch

(In reply to Vladimir Druzenko from comment #4)
Oh, I see, It must be cpio(1)'s "-d" flag:

$ make -V COPYTREE_SHARE
... /usr/bin/cpio -d ...

-d, --make-directories
             (i and p modes) Create directories as necessary.

Thanks!

diff --git a/accessibility/darkman/Makefile b/accessibility/darkman/Makefile
index 439e7b073b6c..1f146d20a653 100644
--- a/accessibility/darkman/Makefile
+++ b/accessibility/darkman/Makefile
@@ -37,7 +37,6 @@ post-patch:
                ${WRKSRC}/contrib/dbus/*.service

 do-install-EXAMPLES-on:
-       @${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
        (cd ${WRKSRC}/examples && ${COPYTREE_SHARE} . \
                ${STAGEDIR}${EXAMPLESDIR})

-- 
You are receiving this mail because:
You are the assignee for the bug.