Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 02 Jul 2011 03:02:17 +0400
From:      Pan Tsu <inyaoo@gmail.com>
To:        Pav Lucistnik <pav@FreeBSD.org>
Cc:        cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org
Subject:   Re: cvs commit: ports/games/wesnoth-devel Makefile
Message-ID:  <86wrg1zjt2.fsf@gmail.com>
In-Reply-To: <201107012059.p61Kxkme036450__17604.1052364328$1309554009$gmane$org@repoman.freebsd.org> (Pav Lucistnik's message of "Fri, 1 Jul 2011 20:59:46 %2B0000 (UTC)")
References:  <201107012059.p61Kxkme036450__17604.1052364328$1309554009$gmane$org@repoman.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
Pav Lucistnik <pav@FreeBSD.org> writes:

> pav         2011-07-01 20:59:46 UTC
>
>   FreeBSD ports repository
>
>   Modified files:
>     games/wesnoth-devel  Makefile
>   Log:
>   - Mark BROKEN: incomplete plist
>
>   Reported by:    pointyhat

Can you try the following diff?

%%
Index: games/wesnoth-devel/Makefile
===================================================================
RCS file: /a/.cvsup/ports/games/wesnoth-devel/Makefile,v
retrieving revision 1.98
diff -u -p -r1.98 Makefile
--- games/wesnoth-devel/Makefile	1 Jul 2011 20:59:46 -0000	1.98
+++ games/wesnoth-devel/Makefile	1 Jul 2011 22:48:43 -0000
@@ -15,10 +15,8 @@ PKGNAMESUFFIX=	-devel
 MAINTAINER=	philip@FreeBSD.org
 COMMENT=	A fantasy turn-based strategy game
 
+EXTRACT_DEPENDS=${WRKSRC}/fonts/Junicode-Regular.ttf:${PORTSDIR}/x11-fonts/junicode:extract
 LIB_DEPENDS=	boost_thread.4:${PORTSDIR}/devel/boost-libs
-RUN_DEPENDS=	${NONEXISTENT}:${PORTSDIR}/x11-fonts/junicode:extract
-
-BROKEN=		incomplete plist
 
 LICENSE=	GPLv2 GPLv3
 LICENSE_COMB=	dual
@@ -164,10 +162,12 @@ CMAKE_ARGS+=	-DDOCDIR=none
 IGNORE=		game data is required, undefine NOPORTDATA
 .endif
 
-post-install:
+post-extract:	.SILENT
 	${INSTALL_DATA} $$(${MAKE} -V WRKSRC \
 		-C ${PORTSDIR}/x11-fonts/junicode)/fonts/Junicode-Regular.ttf \
-		${DATADIR}/fonts
+		${WRKSRC}/fonts
+
+post-install:
 	-update-desktop-database ${PREFIX}/share/applications
 
 .include <bsd.port.mk>
%%



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