aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Eßer <se@FreeBSD.org>2024-04-08 08:50:48 +0000
committerStefan Eßer <se@FreeBSD.org>2024-04-09 11:37:30 +0000
commit0e27f811a5a972d7c80675b8da0024cfc2bc146e (patch)
treec7c1bc2dfcd8754ce373d483cafc781c473a020d
parent36e2127c7252fb9ec84e9a35440b996b6b42950c (diff)
downloadports-0e27f811a5a972d7c80675b8da0024cfc2bc146e.tar.gz
ports-0e27f811a5a972d7c80675b8da0024cfc2bc146e.zip
devel/hare: restore fix for build in poudriere
-rw-r--r--devel/hare/Makefile7
1 files 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