Date: Sat, 16 Nov 2013 15:35:32 +0000 (UTC) From: Danilo Egea Gondolfo <danilo@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334007 - head/games/bomberinstinct Message-ID: <201311161535.rAGFZWHT058644@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: danilo Date: Sat Nov 16 15:35:32 2013 New Revision: 334007 URL: http://svnweb.freebsd.org/changeset/ports/334007 Log: - Add stage support Modified: head/games/bomberinstinct/Makefile Modified: head/games/bomberinstinct/Makefile ============================================================================== --- head/games/bomberinstinct/Makefile Sat Nov 16 15:30:29 2013 (r334006) +++ head/games/bomberinstinct/Makefile Sat Nov 16 15:35:32 2013 (r334007) @@ -20,7 +20,6 @@ GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -lintl -pthread -NO_STAGE= yes post-patch: @${FIND} ${WRKSRC} -name "*.[ch]" | ${XARGS} ${REINPLACE_CMD} -e \ 's|<SDL/|<|g'
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201311161535.rAGFZWHT058644>