svn commit: r369692 - head/games/sdl_scavenger

Rusmir Dusko nemysis at FreeBSD.org
Wed Oct 1 06:41:15 UTC 2014


Author: nemysis
Date: Wed Oct  1 06:41:14 2014
New Revision: 369692
URL: https://svnweb.freebsd.org/changeset/ports/369692
QAT: https://qat.redports.org/buildarchive/r369692/

Log:
  - Add bash_CMD=/bin/sh [1]
  
  Reported by:	jhale [1]

Modified:
  head/games/sdl_scavenger/Makefile

Modified: head/games/sdl_scavenger/Makefile
==============================================================================
--- head/games/sdl_scavenger/Makefile	Wed Oct  1 05:58:32 2014	(r369691)
+++ head/games/sdl_scavenger/Makefile	Wed Oct  1 06:41:14 2014	(r369692)
@@ -18,6 +18,7 @@ WRKSRC=		${WRKDIR}/sdlscav-145
 
 USES=		gmake shebangfix tar:tgz
 SHEBANG_FILES=	scavsaver
+bash_CMD=	/bin/sh
 USE_SDL=	sdl image mixer
 USE_GCC=	yes
 ALL_TARGET=


More information about the svn-ports-all mailing list