diff options
author | antoine <antoine@FreeBSD.org> | 2017-01-20 16:42:10 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2017-01-20 16:42:10 +0800 |
commit | 9bf81843b299e05b127bdc4fe989b0a8142c25f1 (patch) | |
tree | 1333689575f67be96c2483e2288f1181b9180390 /french | |
parent | e5191b328e34e2384084c88244da38a0965e64d8 (diff) | |
download | freebsd-ports-gnome-9bf81843b299e05b127bdc4fe989b0a8142c25f1.tar.gz freebsd-ports-gnome-9bf81843b299e05b127bdc4fe989b0a8142c25f1.tar.zst freebsd-ports-gnome-9bf81843b299e05b127bdc4fe989b0a8142c25f1.zip |
Shebangfix only the target of the symlink, not the symlink
PR: 216309
Diffstat (limited to 'french')
-rw-r--r-- | french/eficas/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/french/eficas/Makefile b/french/eficas/Makefile index 202df05d60f1..ddf4d39920ab 100644 --- a/french/eficas/Makefile +++ b/french/eficas/Makefile @@ -18,7 +18,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Pmw>0:x11-toolkits/py-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 |