diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2013-04-01 10:10:33 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2013-04-01 10:10:33 +0000 |
commit | 785a42503de39c6b79e859a74f0889ad1851f08e (patch) | |
tree | 1964bed61fcb04b4771d4ed1f1f969b453dfe453 | |
parent | Fix typo in OptionNG conversion, so option is usable again. (diff) |
- Unbreak build
Submitted by: ergey V. Dyatko (maintainer (via irc))
Notes
Notes:
svn path=/head/; revision=315650
-rw-r--r-- | graphics/lua-gd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/lua-gd/Makefile b/graphics/lua-gd/Makefile index 06d824a010ea..19bd92e1d107 100644 --- a/graphics/lua-gd/Makefile +++ b/graphics/lua-gd/Makefile @@ -35,7 +35,7 @@ LUA_MODLIBDIR= ${PREFIX}/lib/lua/${LUA_VER} do-install: ${MKDIR} ${LUA_MODLIBDIR} ${INSTALL_PROGRAM} ${WRKSRC}/gd.so ${LUA_MODLIBDIR} - lua-5.1 ${WRKSRC}/test_features.lua + ${LUA_CMD} ${WRKSRC}/test_features.lua .if ${PORT_OPTIONS:MDOCS} ${MKDIR} ${DOCSDIR} cd ${WRKSRC}/doc/ && ${INSTALL_DATA} * ${DOCSDIR}/ |