Remove unneeded post-patch target.

This commit is contained in:
ajacoutot 2009-06-11 16:49:26 +00:00
parent c974c433d8
commit 684fb6a517
2 changed files with 2 additions and 11 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.4 2009/06/08 16:58:16 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.5 2009/06/11 16:49:26 ajacoutot Exp $
COMMENT = gnome-mplayer browser media plugin
DISTNAME = gecko-mediaplayer-0.9.5
@ -39,9 +39,4 @@ CONFIGURE_ENV = CPPFLAGS="-I${LOCALBASE}/include \
-L${X11BASE}/lib"
CONFIGURE_ARGS = --with-gconf
# don't install schemas configuration, @exec takes care of it
post-patch:
@ln -s /usr/bin/true ${WRKDIR}/bin/gconftool-2
.include <bsd.port.mk>

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.7 2009/06/10 15:52:25 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.8 2009/06/11 16:49:26 ajacoutot Exp $
COMMENT = GTK+/GNOME frontend for MPlayer
DISTNAME = gnome-mplayer-0.9.5
@ -53,10 +53,6 @@ CONFIGURE_ARGS = --with-gio \
--with-libmusicbrainz3 \
--disable-nautilus
# don't install schemas configuration, @exec takes care of it
post-patch:
@ln -s /usr/bin/true ${WRKDIR}/bin/gconftool-2
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/${SCHEMAS_INSTDIR}
${INSTALL_DATA} ${WRKSRC}/gnome-mplayer.schemas \