Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 9 Oct 2021 11:24:04 GMT
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 39b2090290c4 - main - x11/fnott: sync icons fix with fuzzel
Message-ID:  <202110091124.199BO4L6046592@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by jbeich:

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

commit 39b2090290c46e84f6398f3ff18f7edeb6f926f4
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2021-10-09 11:19:06 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2021-10-09 11:23:49 +0000

    x11/fnott: sync icons fix with fuzzel
---
 x11/fnott/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/x11/fnott/Makefile b/x11/fnott/Makefile
index 3094fea6f501..91915f10805d 100644
--- a/x11/fnott/Makefile
+++ b/x11/fnott/Makefile
@@ -24,7 +24,8 @@ USE_XORG=	pixman
 WRKSRC=		${WRKDIR}/${PORTNAME}
 
 post-patch:
-	@${REINPLACE_CMD} 's,/usr/local,${PREFIX},g' \
+# Respect PREFIX for icons
+	@${REINPLACE_CMD} 's,/usr/share,${DATADIR:H},' \
 		${WRKSRC}/xdg.c
 
 .include <bsd.port.mk>


home | help

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