Remove hack; not needed after recent devel/meson change.

This commit is contained in:
ajacoutot 2018-05-02 11:51:55 +00:00
parent f5d85216b2
commit f4bccc9c0a

View File

@ -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 <bsd.port.mk>