Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 11 Apr 2014 16:58:11 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r351008 - head/misc/gnome-mime-data
Message-ID:  <201404111658.s3BGwBc1041927@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Fri Apr 11 16:58:10 2014
New Revision: 351008
URL: http://svnweb.freebsd.org/changeset/ports/351008
QAT: https://qat.redports.org/buildarchive/r351008/

Log:
  Support stage

Modified:
  head/misc/gnome-mime-data/Makefile

Modified: head/misc/gnome-mime-data/Makefile
==============================================================================
--- head/misc/gnome-mime-data/Makefile	Fri Apr 11 16:52:39 2014	(r351007)
+++ head/misc/gnome-mime-data/Makefile	Fri Apr 11 16:58:10 2014	(r351008)
@@ -11,19 +11,12 @@ DISTNAME=	gnome-mime-data-${PORTVERSION}
 DIST_SUBDIR=	gnome
 
 MAINTAINER=	gnome@FreeBSD.org
-COMMENT=	A MIME and Application database for GNOME
+COMMENT=	MIME and Application database for GNOME
 
-USE_BZIP2=	yes
-USES=		gettext
-USE_GMAKE=	yes
-USE_GNOME=	gnomeprefix gnomehack intlhack
+USES=		gettext gmake pathfix tar:bzip2
+USE_GNOME=	gnomeprefix intlhack
 GNU_CONFIGURE=	yes
 CONFIGURE_ENV=	LIBS="-L${LOCALBASE}/lib -lintl"
 CPPFLAGS+=	-I${LOCALBASE}/include
 
-NO_STAGE=	yes
-post-patch:
-	@${REINPLACE_CMD} -e 's|[(]datadir[)]/pkgconfig|(prefix)/libdata/pkgconfig|g' \
-	    	${WRKSRC}/Makefile.in
-
 .include <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201404111658.s3BGwBc1041927>