diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2009-11-20 18:58:38 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2009-11-20 18:58:38 +0800 |
commit | 06c08695ca06cba06b859e0ff1e5fbf1c8ba3370 (patch) | |
tree | d72b255cf7ac25a2c80c59cd08311b16b233891e /x11 | |
parent | 20f65a9ceb4e6b5c1b44b743ed20d0dd496381f9 (diff) | |
download | marcuscom-ports-06c08695ca06cba06b859e0ff1e5fbf1c8ba3370.tar marcuscom-ports-06c08695ca06cba06b859e0ff1e5fbf1c8ba3370.tar.gz marcuscom-ports-06c08695ca06cba06b859e0ff1e5fbf1c8ba3370.tar.bz2 marcuscom-ports-06c08695ca06cba06b859e0ff1e5fbf1c8ba3370.tar.lz marcuscom-ports-06c08695ca06cba06b859e0ff1e5fbf1c8ba3370.tar.xz marcuscom-ports-06c08695ca06cba06b859e0ff1e5fbf1c8ba3370.tar.zst marcuscom-ports-06c08695ca06cba06b859e0ff1e5fbf1c8ba3370.zip |
Fix WARNING: node <gettext_domain> not understood below <schema>
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
Diffstat (limited to 'x11')
-rw-r--r-- | x11/yelp/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
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 <sobomax@FreeBSD.org> # # $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 <bsd.port.mk> |