From 06c08695ca06cba06b859e0ff1e5fbf1c8ba3370 Mon Sep 17 00:00:00 2001 From: kwm Date: Fri, 20 Nov 2009 10:58:38 +0000 Subject: Fix WARNING: node not understood below by removing the generated .schema file in the tar file. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@13225 df743ca5-7f9a-e211-a948-0013205c9059 --- x11/yelp/Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'x11') diff --git a/x11/yelp/Makefile b/x11/yelp/Makefile index 642b540f0..cdb16c745 100644 --- a/x11/yelp/Makefile +++ b/x11/yelp/Makefile @@ -3,11 +3,12 @@ # Whom: Maxim Sobolev # # $FreeBSD$ -# $MCom: ports/x11/yelp/Makefile,v 1.143 2009/09/22 07:20:40 avl Exp $ +# $MCom: ports/x11/yelp/Makefile,v 1.144 2009/11/20 05:19:22 avl Exp $ # PORTNAME= yelp PORTVERSION= 2.28.1 +PORTREVISION= 1 CATEGORIES= x11 gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome2 @@ -35,4 +36,7 @@ MAKE_ENV= G_CHARSET_ALIAS="${LOCALBASE}/libdata/charset.alias" GCONF_SCHEMAS= yelp.schemas +post-extract: + ${RM} -f ${WRKSRC}/data/yelp.schemas + .include -- cgit v1.2.3