summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2020-12-20 17:08:43 +0000
committerJan Beich <jbeich@FreeBSD.org>2020-12-20 17:08:43 +0000
commit966da1daa9247bc3c56e75113be904dba35a0f6a (patch)
tree545f9dfcf98ddd7ea8c90c9e540277fdc0e70f96 /x11
parentx11/fuzzel: add new port (diff)
x11/fuzzel: respect PREFIX when looking for .desktop files
Notes
Notes: svn path=/head/; revision=558758
Diffstat (limited to 'x11')
-rw-r--r--x11/fuzzel/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/x11/fuzzel/Makefile b/x11/fuzzel/Makefile
index cc9bf8e1bb91..1306b88eed58 100644
--- a/x11/fuzzel/Makefile
+++ b/x11/fuzzel/Makefile
@@ -38,4 +38,8 @@ PLIST_FILES= bin/${PORTNAME} \
CFLAGS+= -Wno-error=missing-braces
.endif
+post-patch:
+ @${REINPLACE_CMD} 's,/usr/local,${PREFIX},g' \
+ ${WRKSRC}/xdg.c
+
.include <bsd.port.mk>