svn commit: r431936 - head/french/eficas

Antoine Brodin antoine at FreeBSD.org
Fri Jan 20 08:42:12 UTC 2017


Author: antoine
Date: Fri Jan 20 08:42:10 2017
New Revision: 431936
URL: https://svnweb.freebsd.org/changeset/ports/431936

Log:
  Shebangfix only the target of the symlink, not the symlink
  
  PR:		216309

Modified:
  head/french/eficas/Makefile

Modified: head/french/eficas/Makefile
==============================================================================
--- head/french/eficas/Makefile	Fri Jan 20 08:36:29 2017	(r431935)
+++ head/french/eficas/Makefile	Fri Jan 20 08:42:10 2017	(r431936)
@@ -18,7 +18,7 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}Pmw>
 
 USES=		python shebangfix
 #USE_GCC=	yes # To be removed - Needed as a work-around for numpy, see PR ports/188114
-SHEBANG_FILES=	eficas eficasQt
+SHEBANG_FILES=	eficasQt
 REINPLACE_ARGS=	-i ""
 NO_BUILD=	yes
 


More information about the svn-ports-all mailing list