Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 20 Jan 2017 08:42:11 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r431936 - head/french/eficas
Message-ID:  <201701200842.v0K8gBmQ025786@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201701200842.v0K8gBmQ025786>