1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-07 11:49:40 +00:00

textproc/crow-translate: Patch hardcoded path

This commit is contained in:
Emanuel Haupt 2023-12-01 09:10:21 +01:00
parent b3e7e59419
commit 973d9f4cec

View File

@ -1,6 +1,6 @@
PORTNAME= crow-translate
PORTVERSION= 2.11.0
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= textproc
MAINTAINER= ehaupt@FreeBSD.org
@ -28,4 +28,8 @@ USE_QT= concurrent core dbus gui multimedia network svg widgets \
x11extras buildtools:build qmake:build
USE_XORG= ice sm x11 xcb xext
post-patch:
@${REINPLACE_CMD} -e 's|/usr/share|${PREFIX}/share|g' \
${WRKSRC}/src/settings/autostartmanager/unixautostartmanager.cpp
.include <bsd.port.mk>