svn commit: r334007 - head/games/bomberinstinct

Danilo Egea Gondolfo danilo at FreeBSD.org
Sat Nov 16 15:35:33 UTC 2013


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'


More information about the svn-ports-head mailing list