diff --git a/textproc/crow-translate/Makefile b/textproc/crow-translate/Makefile index 8a4bf6ef8054..fee8e8727f5c 100644 --- a/textproc/crow-translate/Makefile +++ b/textproc/crow-translate/Makefile @@ -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