Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 23 Mar 2024 14:59:24 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 73dbbac2d817 - main - textproc/p5-Solr: Remove unnecessary substitution
Message-ID:  <202403231459.42NExOGw087535@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202403231459.42NExOGw087535>