git: f1236eb67474 - main - java/apache-commons-logging: pet stage-qa, get rid of "._*' metadata before installing

From: Dima Panov <fluffy_at_FreeBSD.org>
Date: Tue, 30 Sep 2025 09:12:23 UTC
The branch main has been updated by fluffy:

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

commit f1236eb67474baa940bb30fe0d26c493d6702604
Author:     Dima Panov <fluffy@FreeBSD.org>
AuthorDate: 2025-09-30 09:00:38 +0000
Commit:     Dima Panov <fluffy@FreeBSD.org>
CommitDate: 2025-09-30 09:00:38 +0000

    java/apache-commons-logging: pet stage-qa, get rid of "._*' metadata before installing
    
    Approved by:    portmgr blanket
---
 java/apache-commons-logging/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/java/apache-commons-logging/Makefile b/java/apache-commons-logging/Makefile
index 3ed1106b8be9..6ba44b395918 100644
--- a/java/apache-commons-logging/Makefile
+++ b/java/apache-commons-logging/Makefile
@@ -26,6 +26,9 @@ PORTDOCS=	*
 
 OPTIONS_DEFINE=	DOCS
 
+post-extract:
+	@${FIND} ${WRKSRC} -name "._*" -delete
+
 do-install:
 	${INSTALL_DATA} ${WRKSRC}/${JARFILE} ${STAGEDIR}${JAVAJARDIR}
 	${LN} -sf ${JARFILE} ${STAGEDIR}${JAVAJARDIR}/${PORTNAME}.jar