git: 73dbbac2d817 - main - textproc/p5-Solr: Remove unnecessary substitution

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Sat, 23 Mar 2024 14:59:24 UTC
The branch main has been updated by sunpoet:

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

commit 73dbbac2d817986e60299cd8bf229b946b57a06e
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-03-23 14:20:08 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-03-23 14:30:57 +0000

    textproc/p5-Solr: Remove unnecessary substitution
---
 textproc/p5-Solr/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/textproc/p5-Solr/Makefile b/textproc/p5-Solr/Makefile
index 0012df72bf57..92b3fabd39cc 100644
--- a/textproc/p5-Solr/Makefile
+++ b/textproc/p5-Solr/Makefile
@@ -22,6 +22,6 @@ USES=		perl5
 USE_PERL5=	configure
 
 NO_ARCH=	yes
-WRKSRC=		${WRKDIR}/${PORTNAME}
+WRKSRC=		${WRKDIR}/Solr
 
 .include <bsd.port.mk>