diff options
author | William Grzybowski <wg@FreeBSD.org> | 2013-12-15 13:37:14 +0000 |
---|---|---|
committer | William Grzybowski <wg@FreeBSD.org> | 2013-12-15 13:37:14 +0000 |
commit | 06210394dde2c9a75fb11640b7a92346960c1e3e (patch) | |
tree | deecd15da903cf0939c419ee4c34221277cb2ace /net/samba4 | |
parent | 5a4d34c9a49494cf9f662fc08c2ee35371fb8fa4 (diff) | |
download | ports-06210394dde2c9a75fb11640b7a92346960c1e3e.tar.gz ports-06210394dde2c9a75fb11640b7a92346960c1e3e.zip |
Notes
Diffstat (limited to 'net/samba4')
-rw-r--r-- | net/samba4/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/samba4/Makefile b/net/samba4/Makefile index 0faee54ff982..45090e03df92 100644 --- a/net/samba4/Makefile +++ b/net/samba4/Makefile @@ -471,7 +471,7 @@ post-patch: ${PATCH_WRKSRC}/dynconfig/config.m4 # Make sure that the right version of Python is used by the tools # https://bugzilla.samba.org/show_bug.cgi?id=7305 - @for f in ${PATCH_WRKSRC}/source4/scripting/bin/*; do \ + @for f in ${PATCH_WRKSRC}/source4/scripting/bin/* ${WRKSRC}/${WAF_TOOL}; do \ ${REINPLACE_CMD} -e '1,1 s|.*python.*|#!${PYTHON_CMD}|' $${f}; \ done |