Pav Lucistnik <p...@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= phi...@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> %% _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscr...@freebsd.org"