diff options
| author | Mathieu Arnold <mat@FreeBSD.org> | 2016-07-20 15:33:20 +0000 |
|---|---|---|
| committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-07-20 15:33:20 +0000 |
| commit | e50dc2a33659f6b4119906eca4efb0e803b64bfb (patch) | |
| tree | d74ba65fed8db0fd098d71428aebd9af6e665d09 /security/luasec | |
| parent | Remove unused variable. (diff) | |
Cleanup $() variables in ports Makefiles.
Mostly replace with ${}, but sometime, replace with $$() because it is
what was intended in the first place. (I think.)
Sponsored by: Absolight
Notes
Notes:
svn path=/head/; revision=418840
Diffstat (limited to 'security/luasec')
| -rw-r--r-- | security/luasec/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/luasec/Makefile b/security/luasec/Makefile index 7c7160dc8c26..5788e06a6fff 100644 --- a/security/luasec/Makefile +++ b/security/luasec/Makefile @@ -16,7 +16,7 @@ GH_ACCOUNT= brunoos ALL_TARGET= bsd LIBDIR= -L${LUA_LIBDIR} -L${WRKSRC}/src/luasocket MAKE_ENV+= INCDIR="-I${LUA_INCDIR} -I${WRKSRC}/src" LUAPATH=${LUA_MODSHAREDIR} \ - CPATH=${LUA_MODLIBDIR} LD=$(CC) + CPATH=${LUA_MODLIBDIR} LD=${CC} USES= lua:51 USE_OPENSSL= yes CFLAGS+= -DOPENSSL_NO_SSL3 |
