diff --git a/x11/gnome/documents/Makefile b/x11/gnome/documents/Makefile index 6282cb6c8ce..e455c8c6008 100644 --- a/x11/gnome/documents/Makefile +++ b/x11/gnome/documents/Makefile @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile,v 1.93 2018/04/27 12:45:17 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.94 2018/05/02 11:51:55 ajacoutot Exp $ COMMENT= document and e-books manager for GNOME GNOME_PROJECT= gnome-documents GNOME_VERSION= 3.28.0 -REVISION= 0 +REVISION= 1 # GPLv2+ PERMIT_PACKAGE_CDROM= Yes @@ -51,11 +51,4 @@ RUN_DEPENDS += x11/gnome/online-miners # org.freedesktop.Tracker schema RUN_DEPENDS += x11/gnome/tracker-miners -# XXX https://bugzilla.gnome.org/show_bug.cgi?id=795503 -pre-configure: - echo "#!/bin/sh" >${WRKDIR}/bin/g-ir-scanner - echo "exec ${LOCALBASE}/bin/g-ir-scanner -L${WRKBUILD}/subprojects/libgd/libgd \"\$$@\"" \ - >>${WRKDIR}/bin/g-ir-scanner - chmod 0555 ${WRKDIR}/bin/g-ir-scanner - .include