git: 0e27f811a5a9 - main - devel/hare: restore fix for build in poudriere

From: Stefan Eßer <se_at_FreeBSD.org>
Date: Tue, 09 Apr 2024 11:38:03 UTC
The branch main has been updated by se:

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

commit 0e27f811a5a972d7c80675b8da0024cfc2bc146e
Author:     Stefan Eßer <se@FreeBSD.org>
AuthorDate: 2024-04-08 08:50:48 +0000
Commit:     Stefan Eßer <se@FreeBSD.org>
CommitDate: 2024-04-09 11:37:30 +0000

    devel/hare: restore fix for build in poudriere
---
 devel/hare/Makefile | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)

diff --git a/devel/hare/Makefile b/devel/hare/Makefile
index be01fa28bb01..2db8866be65a 100644
--- a/devel/hare/Makefile
+++ b/devel/hare/Makefile
@@ -1,8 +1,8 @@
 PORTNAME=	hare
 PORTVERSION=	0.24.0
+PORTREVISION=	1
 CATEGORIES=	devel
 MASTER_SITES=	https://git.sr.ht/~sircmpwn/${PORTNAME}/archive/
-#		https://git.sr.ht/~sircmpwn/hare/archive/0.24.0.tar.gz
 PKGNAMESUFFIX=	-lang
 DISTNAME=	${PORTVERSION}
 DIST_SUBDIR=	hare
@@ -24,12 +24,9 @@ RUN_DEPENDS=	harec:lang/harec
 
 MAKE_ARGS=	ARCH=${ARCH:S/^amd64$/x86_64/} \
 		DESTDIR=${STAGEDIR} \
+		HARECACHE=${WRKDIR}/.cache/hare \
 		PREFIX=${PREFIX}
 
-#		HARECACHE=${WRKDIR}/.cache/hare \
-#		HARECFLAGS="-a x86_64" \
-
-
 WRKSRC=		${WRKDIR}/${PORTNAME}-${DISTNAME}
 
 OPTIONS_DEFINE=	DOCS